Skip to content

/AWS1/CL_MPILISTPRCHSEOPTSOUT

ListPurchaseOptionsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

it_purchaseoptions TYPE /AWS1/CL_MPIPRCHSEOPTSUMMARY=>TT_PURCHASEOPTIONSUMMARYLIST TT_PURCHASEOPTIONSUMMARYLIST

The purchase options available to the buyer. Each option is either an offer for a single product or an offer set spanning multiple products.

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

purchaseOptions

The purchase options available to the buyer. Each option is either an offer for a single product or an offer set spanning multiple products.

Accessible with the following methods

Method Description
GET_PURCHASEOPTIONS() Getter for PURCHASEOPTIONS, with configurable default
ASK_PURCHASEOPTIONS() Getter for PURCHASEOPTIONS w/ exceptions if field has no val
HAS_PURCHASEOPTIONS() Determine if PURCHASEOPTIONS 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