SubscriptionPaymentSettingsPaymentMethodOptions constructor
const
SubscriptionPaymentSettingsPaymentMethodOptions({
- InvoicePaymentMethodOptionsAcssDebit? acssDebit,
- InvoicePaymentMethodOptionsBancontact? bancontact,
- SubscriptionPaymentSettingsPaymentMethodOptionsCard? card,
- InvoicePaymentMethodOptionsCustomerBalance? customerBalance,
- Object? konbini,
- Object? sepaDebit,
- InvoicePaymentMethodOptionsUsBankAccount? usBankAccount,
Payment-method-specific configuration to provide to invoices created by the subscription.
Implementation
const SubscriptionPaymentSettingsPaymentMethodOptions({
this.acssDebit,
this.bancontact,
this.card,
this.customerBalance,
this.konbini,
this.sepaDebit,
this.usBankAccount,
});