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

    Interface CustomerGroupReference

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

    Hierarchy (View Summary)

    Index

    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"

    Type of referenced resource.