/AWS1/CL_BIILISTINVOICESUMSRSP¶
ListInvoiceSummariesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_invoicesummaries TYPE /AWS1/CL_BIIINVOICESUMMARY=>TT_INVOICESUMMARIES TT_INVOICESUMMARIES¶
List of key (summary level) invoice details without line item details.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BIINEXTTOKENSTRING /AWS1/BIINEXTTOKENSTRING¶
The token to use to retrieve the next set of results, or null if there are no more results.
Queryable Attributes¶
InvoiceSummaries¶
List of key (summary level) invoice details without line item details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOICESUMMARIES() |
Getter for INVOICESUMMARIES, with configurable default |
ASK_INVOICESUMMARIES() |
Getter for INVOICESUMMARIES w/ exceptions if field has no va |
HAS_INVOICESUMMARIES() |
Determine if INVOICESUMMARIES has a value |
NextToken¶
The token to use to retrieve the next set of results, or null if there are no more 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 |