public method IO2GRequestFactory.createValueMap

Brief

Creates a value map.

Declaration
C++
virtual IO2GValueMap createValueMap () = 0

Details

createValueMap it the first step to create an order. Then IO2GValueMap can be filled with order parameters and corresponding values and createOrderRequest can be called.

Declared in IO2GRequestFactory

back