/AWS1/CL_MBQBTCGETTOKBALANCE02¶
BatchGetTokenBalanceOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_tokenbalances TYPE /AWS1/CL_MBQBTCGETTOKBALANCE03=>TT_BATCHGETTOKENBALANCEOUTLIST TT_BATCHGETTOKENBALANCEOUTLIST¶
An array of
BatchGetTokenBalanceOutputItemobjects returned by the response.
it_errors TYPE /AWS1/CL_MBQBTCGETTOKBALANCE04=>TT_BATCHGETTOKENBALANCEERRORS TT_BATCHGETTOKENBALANCEERRORS¶
An array of
BatchGetTokenBalanceErrorItemobjects returned from the request.
Queryable Attributes¶
tokenBalances¶
An array of
BatchGetTokenBalanceOutputItemobjects returned by the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKENBALANCES() |
Getter for TOKENBALANCES, with configurable default |
ASK_TOKENBALANCES() |
Getter for TOKENBALANCES w/ exceptions if field has no value |
HAS_TOKENBALANCES() |
Determine if TOKENBALANCES has a value |
errors¶
An array of
BatchGetTokenBalanceErrorItemobjects returned from the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |