interface ChangeTargetMultiBuyLineItemsChangeValue {
    discountedQuantity: number;
    maxOccurrence: number;
    predicate: string;
    selectionMode: string;
    triggerQuantity: number;
    type: "multiBuyLineItems";
}

Properties

discountedQuantity: number

Quantity of Line Items discounted per application of this discount.

maxOccurrence: number

Maximum number of times the discount is applicable.

predicate: string
selectionMode: string

SelectionMode based on which particular Line Items were discounted.

triggerQuantity: number

Quantity of Line Items that triggered the application of the discount.

type: "multiBuyLineItems"