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

    Interface ApprovalRulePredicateSetMessagePayload

    Generated after a successful Set Predicate update action.

    interface ApprovalRulePredicateSetMessagePayload {
        oldPredicate: string;
        predicate: string;
        type: "ApprovalRulePredicateSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    oldPredicate: string

    Name of the ApprovalRule before the Set Predicate update action.

    predicate: string

    Name of the ApprovalRule after the Set Predicate update action.

    type: "ApprovalRulePredicateSet"