Generated after a successful Create CartDiscount request.

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

Hierarchy (View Summary)

Properties

Properties

cartDiscount: CartDiscount

The Cart Discount that was created.

type: "CartDiscountCreated"