InvoicePaymentMethodOptions constructor
const
InvoicePaymentMethodOptions({
- InvoiceAcssDebit? acssDebit,
- InvoiceBancontact? bancontact,
- InvoiceCard? card,
- InvoiceCustomerBalance? customerBalance,
- Object? konbini,
- Object? sepaDebit,
- InvoiceUsBankAccount? usBankAccount,
payment_method_options
Payment-method-specific configuration to provide to the invoice’s PaymentIntent.
Implementation
const InvoicePaymentMethodOptions({
this.acssDebit,
this.bancontact,
this.card,
this.customerBalance,
this.konbini,
this.sepaDebit,
this.usBankAccount,
});