BalanceAvailableEvent constructor

const BalanceAvailableEvent({
  1. required Balance object,
})

Occurs whenever your Stripe balance has been updated (e.g., when a charge is available to be paid out). By default, Stripe automatically transfers funds in your balance to your bank account on a daily basis. This event is not fired for negative transactions.

Implementation

const BalanceAvailableEvent({required this.object});