Skip to content

AccountHelper.AccountHelperBase.OrdersHistory method

Orders history with pagination and open date filters

public virtual Task<OrdersHistoryReply> OrdersHistory(OrdersHistoryRequest request, 
    ServerCallContext context)
parameter description
request The request received from the client.
context The context of the server-side call handler being invoked.

Return Value

The response to send back to the client (wrapped by a task).

See Also