ChargeRequestMessage constructor
ChargeRequestMessage({
- String? method,
- String token = '',
- String customerPaymentMethodId = '',
- bool restrictPaymentMethod = false,
- String customerId = '',
- String invoiceId = '',
- String email = '',
- int months = 1,
- int? discountCents,
- List<
InvoiceItem> ? invoiceItems, - PayerModel? payerCustomer,
- int? bankSlipExtraDays,
- bool keepDunning = false,
Implementation
ChargeRequestMessage({
this.method,
this.token = '',
this.customerPaymentMethodId = '',
this.restrictPaymentMethod = false,
this.customerId = '',
this.invoiceId = '',
this.email = '',
this.months = 1,
this.discountCents,
this.invoiceItems,
this.payerCustomer,
this.bankSlipExtraDays,
this.keepDunning = false,
});