interface SetShippingInfoTaxedPriceChange {
    change: string;
    nextValue: TaxedPrice;
    previousValue: TaxedPrice;
    type: "SetShippingInfoTaxedPriceChange";
}

Properties

change: string
nextValue: TaxedPrice

Value after the change.

previousValue: TaxedPrice

Value before the change.

type: "SetShippingInfoTaxedPriceChange"