AccountInvoices constructor

const AccountInvoices({
  1. List<String>? defaultAccountTaxIds,
})

invoices_settings_specs

Settings specific to the account's use of Invoices.

Implementation

const AccountInvoices({this.defaultAccountTaxIds});