Discount is applied to LineItems matching the predicate.

interface CartDiscountLineItemsTarget {
    predicate: string;
    type: "lineItems";
}

Properties

Properties

predicate: string
type: "lineItems"

Generated using TypeDoc