interface DiscountCodeSetCartPredicateAction {
    action: "setCartPredicate";
    cartPredicate?: string;
}

Properties

action: "setCartPredicate"
cartPredicate?: string

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc