interface DiscountCodeReference {
    id: string;
    obj?: DiscountCode;
    typeId: "discount-code";
}

Properties

Properties

id: string

Unique identifier of the referenced DiscountCode.

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

typeId: "discount-code"

Generated using TypeDoc