Discount is applied to LineItems matching the predicate.

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

Hierarchy (View Summary)

Properties

Properties

predicate: string
type: "lineItems"