AccountPayouts constructor
const
AccountPayouts({
- bool? debitNegativeBalances,
- AccountSchedule? schedule,
- String? statementDescriptor,
payout_settings_specs
Settings specific to the account's payouts.
Implementation
const AccountPayouts({
this.debitNegativeBalances,
this.schedule,
this.statementDescriptor,
});