InvoicesPaymentMethodOptions constructor
const
InvoicesPaymentMethodOptions({
- InvoicePaymentMethodOptionsAcssDebit? acssDebit,
- InvoicePaymentMethodOptionsBancontact? bancontact,
- InvoicePaymentMethodOptionsCard? card,
- InvoicePaymentMethodOptionsCustomerBalance? customerBalance,
- Object? konbini,
- Object? sepaDebit,
- InvoicePaymentMethodOptionsUsBankAccount? usBankAccount,
InvoicesPaymentMethodOptions
Implementation
const InvoicesPaymentMethodOptions({
this.acssDebit,
this.bancontact,
this.card,
this.customerBalance,
this.konbini,
this.sepaDebit,
this.usBankAccount,
});