InvoicePaymentSettings constructor
const
InvoicePaymentSettings({
- String? defaultMandate,
- InvoicePaymentMethodOptions? paymentMethodOptions,
- 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,
});