InvoicesPaymentSettings constructor
      const
      InvoicesPaymentSettings({ 
    
- String? defaultMandate,
 - InvoicesPaymentMethodOptions? paymentMethodOptions,
 - List<
InvoicesPaymentSettingsPaymentMethodTypesItem> ? paymentMethodTypes, 
InvoicesPaymentSettings
Implementation
const InvoicesPaymentSettings({
  this.defaultMandate,
  this.paymentMethodOptions,
  this.paymentMethodTypes,
});