SelectResponse and SelectOut
SelectResponse
The SelectResponse object contains the result (SelectResponse object). In this implementation, the response message is the SelectOut object.
| Parameter | Type | Description |
|---|---|---|
| SelectResult | SelectOut | The result, or response, object for the Select operation. |
SelectOut
The SelectOut object returns a transactionIdentifier which is a string used to identify the request.
| Parameter | Type | Description |
|---|---|---|
| TransactionIdentifier | string | A unique ID assigned to the Transaction. |