/AWS1/CL_MBQLSTTRANSACTEVTSOUT¶
ListTransactionEventsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_events TYPE /AWS1/CL_MBQTRANSACTIONEVENT=>TT_TRANSACTIONEVENTLIST TT_TRANSACTIONEVENTLIST¶
An array of
TransactionEventobjects. Each object contains details about the transaction events.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MBQNEXTTOKEN /AWS1/MBQNEXTTOKEN¶
The pagination token that indicates the next set of results to retrieve.
Queryable Attributes¶
events¶
An array of
TransactionEventobjects. Each object contains details about the transaction events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS has a value |
nextToken¶
The pagination token that indicates the next set of results to retrieve.
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 |