Skip to content

/AWS1/CL_BDOLISTPMNTCNCTRSRSP

ListPaymentConnectorsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_paymentconnectors TYPE /AWS1/CL_BDOPMNTCNCTRSUMMARY=>TT_PAYMENTCONNECTORSUMMARIES TT_PAYMENTCONNECTORSUMMARIES

The list of payment connector summaries. For details about the fields in each summary, see the PaymentConnectorSummary data type.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN

If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.


Queryable Attributes

paymentConnectors

The list of payment connector summaries. For details about the fields in each summary, see the PaymentConnectorSummary data type.

Accessible with the following methods

Method Description
GET_PAYMENTCONNECTORS() Getter for PAYMENTCONNECTORS, with configurable default
ASK_PAYMENTCONNECTORS() Getter for PAYMENTCONNECTORS w/ exceptions if field has no v
HAS_PAYMENTCONNECTORS() Determine if PAYMENTCONNECTORS has a value

nextToken

If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field 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