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

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"

Generated using TypeDoc