SettingsPayouts constructor

SettingsPayouts({
  1. bool? debitNegativeBalances,
  2. SettingsPayoutsSchedule? schedule,
  3. String? statementDescriptor,
})

Implementation

SettingsPayouts(
    {this.debitNegativeBalances, this.schedule, this.statementDescriptor});