/AWS1/CL_BILLISTBLLNGVIEWSRSP¶
ListBillingViewsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_billingviews TYPE /AWS1/CL_BILBLLVIEWLISTELEMENT=>TT_BILLINGVIEWLIST TT_BILLINGVIEWLIST¶
A list of
BillingViewListElementretrieved.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BILPAGETOKEN /AWS1/BILPAGETOKEN¶
The pagination token to use on subsequent calls to list billing views.
Queryable Attributes¶
billingViews¶
A list of
BillingViewListElementretrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BILLINGVIEWS() |
Getter for BILLINGVIEWS, with configurable default |
ASK_BILLINGVIEWS() |
Getter for BILLINGVIEWS w/ exceptions if field has no value |
HAS_BILLINGVIEWS() |
Determine if BILLINGVIEWS has a value |
nextToken¶
The pagination token to use on subsequent calls to list billing views.
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 |