public method O2GRequestFactory.createOrderRequest
Brief
Generates a request for creation of an order.
Declaration | ||||
|
Parameters | |
valueMap |
The value map. |
Details
To create an order request:
1 - create IO2GValueMap
by using
createValueMap
method
2 - fill the value map with order parameters.
3 - finally call createOrderRequest
.
The response to this request will have the CreateOrderResponse
type and must be
parsed using the O2GOrderResponseReader
class.
Declared in O2GRequestFactory