Skip to content

/AWS1/CL_BDCLISTPMNTINSTRMSRSP

Response structure for listing payment instruments.

CONSTRUCTOR

IMPORTING

Required arguments:

it_paymentinstruments TYPE /AWS1/CL_BDCPMNTINSTRMSUMMARY=>TT_PAYMENTINSTRMSUMMARYLIST TT_PAYMENTINSTRMSUMMARYLIST

List of payment instrument summaries matching the request criteria.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

Token for pagination to retrieve the next set of results.


Queryable Attributes

paymentInstruments

List of payment instrument summaries matching the request criteria.

Accessible with the following methods

Method Description
GET_PAYMENTINSTRUMENTS() Getter for PAYMENTINSTRUMENTS, with configurable default
ASK_PAYMENTINSTRUMENTS() Getter for PAYMENTINSTRUMENTS w/ exceptions if field has no
HAS_PAYMENTINSTRUMENTS() Determine if PAYMENTINSTRUMENTS has a value

nextToken

Token for pagination 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