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