AccountConfigurationRequestMessage constructor
AccountConfigurationRequestMessage({
- int commissionPercent = 0,
- bool autoWithdraw = false,
- bool fines = false,
- bool perDayInterest = false,
- double latePaymentFine = 0.0,
- bool autoAdvance = false,
- String autoAdvanceType = '',
- String autoAdvanceOption = '',
- BankSlipOptions? bankSlipOptions,
- CreditCardOptions? creditCardOptions,
Implementation
AccountConfigurationRequestMessage({
this.commissionPercent = 0,
this.autoWithdraw = false,
this.fines = false,
this.perDayInterest = false,
this.latePaymentFine = 0.0,
this.autoAdvance = false,
this.autoAdvanceType = '',
this.autoAdvanceOption = '',
this.bankSlipOptions,
this.creditCardOptions,
});