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 OrderEdit. Only present in responses to requests with Reference Expansion for OrderEdits.

typeId: "order-edit"

Generated using TypeDoc