Change triggered by the Change TaxCalculationMode update action.

interface ChangeTaxCalculationModeChange {
    change: string;
    nextValue: string;
    previousValue: string;
    type: "ChangeTaxCalculationModeChange";
}

Properties

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "ChangeTaxCalculationModeChange"