Typescript SDK Type Docs
    Preparing search index...

    Interface ChangeTargetMultiBuyLineItemsChangeValue

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

    Hierarchy (View Summary)

    Index

    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: SelectionMode

    SelectionMode based on which particular Line Items were discounted.

    triggerQuantity: number

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

    type: "multiBuyLineItems"