SubscriptionPaymentMethodOptions constructor
const
SubscriptionPaymentMethodOptions({
- InvoiceAcssDebit? acssDebit,
- InvoiceBancontact? bancontact,
- SubscriptionCard? card,
- InvoiceCustomerBalance? customerBalance,
- Object? konbini,
- Object? sepaDebit,
- InvoiceUsBankAccount? usBankAccount,
payment_method_options
Payment-method-specific configuration to provide to invoices created by the subscription.
Implementation
const SubscriptionPaymentMethodOptions({
this.acssDebit,
this.bancontact,
this.card,
this.customerBalance,
this.konbini,
this.sepaDebit,
this.usBankAccount,
});