The response schema for the getOrders operation.

GetOrdersResponse

interface GetOrdersResponse {
    errors?: Error[];
    payload?: OrderList;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

GetOrdersResponse

payload?: OrderList

GetOrdersResponse