@gradientedge/commercetools-utils
    Preparing search index...

    Interface DiscountCodeSetCartPredicateAction

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "setCartPredicate"
    cartPredicate?: string

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