Typescript SDK Type Docs
    Preparing search index...

    Interface ChangeTargetMultiBuyCustomLineItemsChangeValue

    interface ChangeTargetMultiBuyCustomLineItemsChangeValue {
        discountedQuantity: number;
        maxOccurrence: number;
        predicate: string;
        selectionMode: SelectionMode;
        triggerQuantity: number;
        type: "multiBuyCustomLineItems";
    }

    Hierarchy (View Summary)

    Index

    Properties

    discountedQuantity: number

    Quantity of Custom 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 Custom Line Items were discounted.

    triggerQuantity: number

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

    type: "multiBuyCustomLineItems"