/AWS1/CL_MPILSTFULFLLMTOPTSOUT¶
ListFulfillmentOptionsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_fulfillmentoptions TYPE /AWS1/CL_MPIFULFILLMENTOPTION=>TT_FULFILLMENTOPTIONSLIST TT_FULFILLMENTOPTIONSLIST¶
The fulfillment options available for the product. Each option describes how the buyer can deploy or access the product.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MPINEXTTOKEN /AWS1/MPINEXTTOKEN¶
If
nextTokenis returned, there are more results available. Make the call again using the returned token to retrieve the next page.
Queryable Attributes¶
fulfillmentOptions¶
The fulfillment options available for the product. Each option describes how the buyer can deploy or access the product.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FULFILLMENTOPTIONS() |
Getter for FULFILLMENTOPTIONS, with configurable default |
ASK_FULFILLMENTOPTIONS() |
Getter for FULFILLMENTOPTIONS w/ exceptions if field has no |
HAS_FULFILLMENTOPTIONS() |
Determine if FULFILLMENTOPTIONS has a value |
nextToken¶
If
nextTokenis 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 |