SubscriptionsResourcePaymentMethodOptions constructor

const SubscriptionsResourcePaymentMethodOptions({
  1. InvoicePaymentMethodOptionsAcssDebit? acssDebit,
  2. InvoicePaymentMethodOptionsBancontact? bancontact,
  3. SubscriptionPaymentMethodOptionsCard? card,
  4. InvoicePaymentMethodOptionsCustomerBalance? customerBalance,
  5. Object? konbini,
  6. Object? sepaDebit,
  7. InvoicePaymentMethodOptionsUsBankAccount? usBankAccount,
})

SubscriptionsResourcePaymentMethodOptions

Implementation

const SubscriptionsResourcePaymentMethodOptions({
  this.acssDebit,
  this.bancontact,
  this.card,
  this.customerBalance,
  this.konbini,
  this.sepaDebit,
  this.usBankAccount,
});