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

Hierarchy (View Summary)

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.