InvoicesPaymentSettings constructor

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

InvoicesPaymentSettings

Implementation

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