Change triggered by the Set LineItemTotalPrice update action.

interface SetLineItemTotalPriceChange {
    change: string;
    lineItem: LocalizedString;
    nextValue: Money;
    previousValue: Money;
    type: "SetLineItemTotalPriceChange";
}

Properties

change: string
lineItem: LocalizedString

Name of the Product the updated Line Item is based on.

nextValue: Money

Value after the change.

previousValue: Money

Value before the change.

type: "SetLineItemTotalPriceChange"