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

    Interface CustomerReference

    interface CustomerReference {
        id: string;
        obj?: Customer;
        typeId: "customer";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Customer.

    obj?: Customer

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

    typeId: "customer"

    Type of referenced resource.