public method O2GRequest.getChildRequest

Brief

Gets one child request.

Declaration
Java
O2GRequest  getChildRequest (int iIndex)

Parameters
iIndex

The index of the child request. The index must be between 0 and getChildrenCount() - 1

Details

Sometimes request (for example, request to create OCO or OTO order) can contain several child requests.
If child request is not found, the method returns null.

Declared in O2GRequest

back