PayoutReconciliationCompletedEvent constructor

const PayoutReconciliationCompletedEvent({
  1. required Payout object,
})

Occurs whenever balance transactions paid out in an automatic payout can be queried.

Implementation

const PayoutReconciliationCompletedEvent({required this.object});