Skip to content

/AWS1/CL_BRKSRCHSPENDINGLMTS02

SearchSpendingLimitsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_spendinglimits TYPE /AWS1/CL_BRKSPENDINGLIMITSUMM=>TT_SPENDINGLIMITSUMMARYLIST TT_SPENDINGLIMITSUMMARYLIST

An array of spending limit summaries that match the specified filters.

Optional arguments:

iv_nexttoken TYPE /AWS1/BRKSTRING /AWS1/BRKSTRING

The token to retrieve the next page of results. This value is null when there are no more results to return.


Queryable Attributes

spendingLimits

An array of spending limit summaries that match the specified filters.

Accessible with the following methods

Method Description
GET_SPENDINGLIMITS() Getter for SPENDINGLIMITS, with configurable default
ASK_SPENDINGLIMITS() Getter for SPENDINGLIMITS w/ exceptions if field has no valu
HAS_SPENDINGLIMITS() Determine if SPENDINGLIMITS has a value

nextToken

The token to retrieve the next page of results. This value is null when there are no more results to return.

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