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

Properties

Properties

id: string

Unique ID of the referenced resource.

obj?: _Order
typeId: "order"

Generated using TypeDoc