public method IO2GRequestFactory.createOrderRequest
Brief
Generates a request for creation of an order.
Declaration | ||||
|
Parameters | |
valueMap |
The value map. |
Details
To create an order use createOrderRequest
after
creating IO2GValueMap
with createValueMap
and filling the value map with order parameters.
The response to this request will have the CreateOrderResponse
type and must be
parsed using the IO2GOrderResponseReader
class.
Declared in IO2GRequestFactory