SubscriptionPaymentMethodOptions constructor

const SubscriptionPaymentMethodOptions({
  1. InvoiceAcssDebit? acssDebit,
  2. InvoiceBancontact? bancontact,
  3. SubscriptionCard? card,
  4. InvoiceCustomerBalance? customerBalance,
  5. Object? konbini,
  6. Object? sepaDebit,
  7. 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,
});