interface OrderReference {
    id: string;
    obj?: _Order;
    typeId: "order";
}

Properties

Properties

id: string

Unique identifier of the referenced Order.

obj?: _Order

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

typeId: "order"