AccountPayouts constructor

const AccountPayouts({
  1. bool? debitNegativeBalances,
  2. AccountSchedule? schedule,
  3. String? statementDescriptor,
})

payout_settings_specs

Settings specific to the account's payouts.

Implementation

const AccountPayouts({
  this.debitNegativeBalances,
  this.schedule,
  this.statementDescriptor,
});