/AWS1/CL_BDOLISTPMNTMGRSRSP¶
ListPaymentManagersResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_paymentmanagers TYPE /AWS1/CL_BDOPMNTMANAGERSUMMARY=>TT_PAYMENTMANAGERSUMMARIES TT_PAYMENTMANAGERSUMMARIES¶
The list of payment manager summaries. For details about the fields in each summary, see the
PaymentManagerSummarydata type.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
Queryable Attributes¶
paymentManagers¶
The list of payment manager summaries. For details about the fields in each summary, see the
PaymentManagerSummarydata type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYMENTMANAGERS() |
Getter for PAYMENTMANAGERS, with configurable default |
ASK_PAYMENTMANAGERS() |
Getter for PAYMENTMANAGERS w/ exceptions if field has no val |
HAS_PAYMENTMANAGERS() |
Determine if PAYMENTMANAGERS has a value |
nextToken¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch 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 |