Skip to content

/AWS1/CL_BILGETBILLINGPREFSRSP

GetBillingPreferencesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_billingpreferences TYPE /AWS1/CL_BILBILLINGPREFSUMMARY=>TT_BILLINGPREFERENCES TT_BILLINGPREFERENCES

The list of preference entries matching the request.

Optional arguments:

iv_nexttoken TYPE /AWS1/BILPAGETOKEN /AWS1/BILPAGETOKEN

Pagination token. Present when more pages are available; null when there are no more results.


Queryable Attributes

billingPreferences

The list of preference entries matching the request.

Accessible with the following methods

Method Description
GET_BILLINGPREFERENCES() Getter for BILLINGPREFERENCES, with configurable default
ASK_BILLINGPREFERENCES() Getter for BILLINGPREFERENCES w/ exceptions if field has no
HAS_BILLINGPREFERENCES() Determine if BILLINGPREFERENCES has a value

nextToken

Pagination token. Present when more pages are available; null when 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