Change triggered by the Add TaxRate update action.

interface AddTaxRateChange {
    change: string;
    nextValue: TaxRate;
    type: "AddTaxRateChange";
}

Properties

Properties

change: string
nextValue: TaxRate

Value after the change.

type: "AddTaxRateChange"