interface ShippingMethodSetPredicateAction {
    action: "setPredicate";
    predicate?: string;
}

Properties

Properties

action: "setPredicate"
predicate?: string

A valid Cart predicate. If predicate is absent or null, it is removed if it exists.

Generated using TypeDoc