CashBalanceFundsAvailableEvent constructor

const CashBalanceFundsAvailableEvent({
  1. required CashBalance object,
})

Occurs whenever there is a positive remaining cash balance after Stripe automatically reconciles new funds into the cash balance. If you enabled manual reconciliation, this webhook will fire whenever there are new funds into the cash balance.

Implementation

const CashBalanceFundsAvailableEvent({required this.object});