Discount is applied to CustomLineItems matching the predicate.

interface CartDiscountCustomLineItemsTarget {
    predicate: string;
    type: "customLineItems";
}

Properties

Properties

predicate: string
type: "customLineItems"

Generated using TypeDoc