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

    Interface DiscountGroupKeySetMessagePayload

    Generated after a successful Set Key update action.

    interface DiscountGroupKeySetMessagePayload {
        key?: string;
        oldKey?: string;
        type: "DiscountGroupKeySet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key?: string

    key value of the DiscountGroup after the Set Key update action.

    oldKey?: string

    key value of the DiscountGroup before the Set Key update action.

    type: "DiscountGroupKeySet"