InvoicePaymentMethodOptions constructor

const InvoicePaymentMethodOptions({
  1. InvoiceAcssDebit? acssDebit,
  2. InvoiceBancontact? bancontact,
  3. InvoiceCard? card,
  4. InvoiceCustomerBalance? customerBalance,
  5. Object? konbini,
  6. Object? sepaDebit,
  7. InvoiceUsBankAccount? usBankAccount,
})

payment_method_options

Payment-method-specific configuration to provide to the invoice’s PaymentIntent.

Implementation

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