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

    Interface CartDiscountCreatedMessagePayload

    Generated after a successful Create CartDiscount request.

    interface CartDiscountCreatedMessagePayload {
        cartDiscount: CartDiscount;
        type: "CartDiscountCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cartDiscount: CartDiscount

    The Cart Discount that was created.

    type: "CartDiscountCreated"