public method O2GRequestFactory.createValueMap

Brief

Creates a value map. Used to combine order parameters to create an order.

Declaration
C#
O2GValueMap  createValueMap ()

Details

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

Declared in O2GRequestFactory

back