Interface ProductDiscountChangePredicateAction

interface ProductDiscountChangePredicateAction {
    action: "changePredicate";
    predicate: string;
}

Properties

Properties

action: "changePredicate"
predicate: string

New value to set. Must be a valid ProductDiscount predicate.

Generated using TypeDoc