PayoutPaidEvent constructor
const
PayoutPaidEvent({
- required Payout object,
Occurs whenever a payout is expected to be available in the destination account. If the payout fails, a `payout.failed` notification is also sent, at a later time.
Implementation
const PayoutPaidEvent({required this.object});