interface OrderEditReference {
    id: string;
    obj?: OrderEdit;
    typeId: "order-edit";
}

Properties

Properties

id: string

Unique identifier of the referenced OrderEdit.

obj?: OrderEdit

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

typeId: "order-edit"