CustomerInvoiceSettings constructor
const
CustomerInvoiceSettings({
- List<
InvoiceSettingCustomField> ? customFields, - String? defaultPaymentMethod,
- SessionRenderingOptions? renderingOptions,
customer_param
Default invoice settings for this customer.
Implementation
const CustomerInvoiceSettings({
this.customFields,
this.defaultPaymentMethod,
this.footer,
this.renderingOptions,
});