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

    Interface CartDiscountReference

    interface CartDiscountReference {
        id: string;
        obj?: CartDiscount;
        typeId: "cart-discount";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced CartDiscount.

    Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.

    typeId: "cart-discount"

    Type of referenced resource.