Change triggered by the Remove TaxRate update action.

interface RemoveTaxRateChange {
    change: string;
    previousValue: TaxRate;
    type: "RemoveTaxRateChange";
}

Properties

change: string
previousValue: TaxRate

Value before the change.

type: "RemoveTaxRateChange"