CustomerInvoiceSettings constructor

const CustomerInvoiceSettings({
  1. List<InvoiceSettingCustomField>? customFields,
  2. String? defaultPaymentMethod,
  3. String? footer,
  4. SessionRenderingOptions? renderingOptions,
})

customer_param

Default invoice settings for this customer.

Implementation

const CustomerInvoiceSettings({
  this.customFields,
  this.defaultPaymentMethod,
  this.footer,
  this.renderingOptions,
});