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

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"

Generated using TypeDoc