public method O2GRequestFactory.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 CREATE_ORDER_RESPONSE
type and must be
parsed using the O2GOrderResponseReader
class.
Declared in O2GRequestFactory