Orders Response
fun OrdersResponse(marker: String?, next: String?, orders: List<Order>?, messages: MessagesResponse?)
Content copied to clipboard
Parameters
marker
Specifies the desired starting point of the set of items to return. Used for paging as described in the Notes below.
next
The next order
orders
The order response
messages
The messages associated with the order
Sources
jvm source
Link copied to clipboard