/AWS1/CL_PTBLISTBENEFITSOUTPUT¶
ListBenefitsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_benefitsummaries TYPE /AWS1/CL_PTBBENEFITSUMMARY=>TT_BENEFITSUMMARIES TT_BENEFITSUMMARIES¶
A list of benefit summaries matching the specified criteria.
iv_nexttoken TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING¶
A pagination token to retrieve the next set of results, if more results are available.
Queryable Attributes¶
BenefitSummaries¶
A list of benefit summaries matching the specified criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BENEFITSUMMARIES() |
Getter for BENEFITSUMMARIES, with configurable default |
ASK_BENEFITSUMMARIES() |
Getter for BENEFITSUMMARIES w/ exceptions if field has no va |
HAS_BENEFITSUMMARIES() |
Determine if BENEFITSUMMARIES has a value |
NextToken¶
A pagination token to retrieve the next set of results, if more results are 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 |