interface SetOrderTaxedPriceChange {
    change: string;
    nextValue: TaxedItemPrice;
    previousValue: TaxedItemPrice;
    taxMode: string;
    type: "SetOrderTaxedPriceChange";
}

Properties

change: string
nextValue: TaxedItemPrice

Value after the change.

previousValue: TaxedItemPrice

Value before the change.

taxMode: string
type: "SetOrderTaxedPriceChange"