interface SetCustomLineItemTotalPriceChange {
    change: string;
    customLineItem: LocalizedString;
    customLineItemId: string;
    nextValue: Money;
    previousValue: Money;
    type: "SetCustomLineItemTotalPriceChange";
}

Properties

change: string
customLineItem: LocalizedString

Name of the updated CustomLineItem.

customLineItemId: string

id of the updated CustomLineItem.

nextValue: Money

Value after the change.

previousValue: Money

Value before the change.

type: "SetCustomLineItemTotalPriceChange"