/AWS1/CL_SMCLISTPAGERECEIPTSRS¶
ListPageReceiptsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SMCPAGINATIONTOKEN /AWS1/SMCPAGINATIONTOKEN¶
The pagination token to continue to the next page of results.
it_receipts TYPE /AWS1/CL_SMCRECEIPT=>TT_RECEIPTSLIST TT_RECEIPTSLIST¶
A list of each acknowledgement.
Queryable Attributes¶
NextToken¶
The pagination token to continue to the next page of results.
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 |
Receipts¶
A list of each acknowledgement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECEIPTS() |
Getter for RECEIPTS, with configurable default |
ASK_RECEIPTS() |
Getter for RECEIPTS w/ exceptions if field has no value |
HAS_RECEIPTS() |
Determine if RECEIPTS has a value |