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

    Interface DiscountGroupCreatedMessagePayload

    Generated after a successful Create DiscountGroup request.

    interface DiscountGroupCreatedMessagePayload {
        discountGroup: DiscountGroup;
        type: "DiscountGroupCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    discountGroup: DiscountGroup

    The DiscountGroup that was created.

    type: "DiscountGroupCreated"