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

    Interface ApprovalRuleStatusSetMessagePayload

    Generated after a successful Set Status update action.

    interface ApprovalRuleStatusSetMessagePayload {
        oldStatus: ApprovalRuleStatus;
        status: ApprovalRuleStatus;
        type: "ApprovalRuleStatusSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Status of the ApprovalRule before the Set Status update action.

    Status of the ApprovalRule after the Set Status update action.

    type: "ApprovalRuleStatusSet"