/AWS1/CL_MTULISTBONUSPMNTSRSP¶
ListBonusPaymentsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_numresults TYPE /AWS1/MTUINTEGER /AWS1/MTUINTEGER¶
The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.
iv_nexttoken TYPE /AWS1/MTUPAGINATIONTOKEN /AWS1/MTUPAGINATIONTOKEN¶
If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
it_bonuspayments TYPE /AWS1/CL_MTUBONUSPAYMENT=>TT_BONUSPAYMENTLIST TT_BONUSPAYMENTLIST¶
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
Queryable Attributes¶
NumResults¶
The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMRESULTS() |
Getter for NUMRESULTS, with configurable default |
ASK_NUMRESULTS() |
Getter for NUMRESULTS w/ exceptions if field has no value |
HAS_NUMRESULTS() |
Determine if NUMRESULTS has a value |
NextToken¶
If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set 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 |
BonusPayments¶
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BONUSPAYMENTS() |
Getter for BONUSPAYMENTS, with configurable default |
ASK_BONUSPAYMENTS() |
Getter for BONUSPAYMENTS w/ exceptions if field has no value |
HAS_BONUSPAYMENTS() |
Determine if BONUSPAYMENTS has a value |