SubscriptionPaymentSettingsPaymentMethodOptions constructor

const SubscriptionPaymentSettingsPaymentMethodOptions({
  1. InvoicePaymentMethodOptionsAcssDebit? acssDebit,
  2. InvoicePaymentMethodOptionsBancontact? bancontact,
  3. SubscriptionPaymentSettingsPaymentMethodOptionsCard? card,
  4. InvoicePaymentMethodOptionsCustomerBalance? customerBalance,
  5. Object? konbini,
  6. Object? sepaDebit,
  7. 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,
});