InvoicePaymentSettings constructor

const InvoicePaymentSettings({
  1. String? defaultMandate,
  2. InvoicePaymentMethodOptions? paymentMethodOptions,
  3. List<InvoicesPaymentSettingsPaymentMethodTypesItem>? paymentMethodTypes,
})

payment_settings

Configuration settings for the PaymentIntent that is generated when the invoice is finalized.

Implementation

const InvoicePaymentSettings({
  this.defaultMandate,
  this.paymentMethodOptions,
  this.paymentMethodTypes,
});