/AWS1/CL_LKFLISTTRANSACTSRSP¶
ListTransactionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_transactions TYPE /AWS1/CL_LKFTRANSACTIONDESC=>TT_TRANSACTIONDESCRIPTIONLIST TT_TRANSACTIONDESCRIPTIONLIST¶
A list of transactions. The record for each transaction is a
TransactionDescriptionobject.
iv_nexttoken TYPE /AWS1/LKFTOKENSTRING /AWS1/LKFTOKENSTRING¶
A continuation token indicating whether additional data is available.
Queryable Attributes¶
Transactions¶
A list of transactions. The record for each transaction is a
TransactionDescriptionobject.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSACTIONS() |
Getter for TRANSACTIONS, with configurable default |
ASK_TRANSACTIONS() |
Getter for TRANSACTIONS w/ exceptions if field has no value |
HAS_TRANSACTIONS() |
Determine if TRANSACTIONS has a value |
NextToken¶
A continuation token indicating whether additional data is available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |