/AWS1/CL_BDCLISTPAYMENTSESSRSP¶
Response structure for listing payment sessions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_paymentsessions TYPE /AWS1/CL_BDCPAYMENTSESSUMMARY=>TT_PAYMENTSESSIONSUMMARYLIST TT_PAYMENTSESSIONSUMMARYLIST¶
List of payment session summaries matching the request criteria.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDCNEXTTOKEN /AWS1/BDCNEXTTOKEN¶
Token for pagination to retrieve the next set of results.
Queryable Attributes¶
paymentSessions¶
List of payment session summaries matching the request criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYMENTSESSIONS() |
Getter for PAYMENTSESSIONS, with configurable default |
ASK_PAYMENTSESSIONS() |
Getter for PAYMENTSESSIONS w/ exceptions if field has no val |
HAS_PAYMENTSESSIONS() |
Determine if PAYMENTSESSIONS 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 |