Skip to content

/AWS1/CL_MPIGETOFFERTERMSOUT

GetOfferTermsOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_offerterms TYPE /AWS1/CL_MPIOFFERTERM=>TT_OFFERTERMSLIST TT_OFFERTERMSLIST

The terms attached to the offer. Each element contains exactly one term type.

Optional arguments:

iv_nexttoken TYPE /AWS1/MPINEXTTOKEN /AWS1/MPINEXTTOKEN

If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page.


Queryable Attributes

offerTerms

The terms attached to the offer. Each element contains exactly one term type.

Accessible with the following methods

Method Description
GET_OFFERTERMS() Getter for OFFERTERMS, with configurable default
ASK_OFFERTERMS() Getter for OFFERTERMS w/ exceptions if field has no value
HAS_OFFERTERMS() Determine if OFFERTERMS has a value

nextToken

If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page.

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