interface CustomerGroupReference {
    id: string;
    obj?: CustomerGroup;
    typeId: "customer-group";
}

Properties

Properties

id: string

Unique identifier of the referenced CustomerGroup.

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

typeId: "customer-group"

Generated using TypeDoc