interface TaxCategoryAddTaxRateAction {
    action: "addTaxRate";
    taxRate: TaxRateDraft;
}

Properties

Properties

action: "addTaxRate"
taxRate: TaxRateDraft

Value to append to the rates array.

Generated using TypeDoc