interface DiscountGroupReference {
    id: string;
    obj?: DiscountGroup;
    typeId: "discount-group";
}

Hierarchy (View Summary)

Properties

Properties

id: string

Unique identifier of the referenced DiscountGroup.

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

typeId: "discount-group"

Type of referenced resource.