/AWS1/CL_MPIPRCHSEOPTASSOCDENT¶
A product, offer, and optional offer set associated with a purchase option.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_product TYPE REF TO /AWS1/CL_MPIPRODUCTINFORMATION /AWS1/CL_MPIPRODUCTINFORMATION¶
Information about the product associated with the purchase option.
io_offer TYPE REF TO /AWS1/CL_MPIOFFERINFORMATION /AWS1/CL_MPIOFFERINFORMATION¶
Information about the offer associated with the purchase option.
Optional arguments:¶
io_offerset TYPE REF TO /AWS1/CL_MPIOFFERSETINFO /AWS1/CL_MPIOFFERSETINFO¶
Information about the offer set, if the purchase option is part of a bundled offer set.
Queryable Attributes¶
product¶
Information about the product associated with the purchase option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCT() |
Getter for PRODUCT |
offer¶
Information about the offer associated with the purchase option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFER() |
Getter for OFFER |
offerSet¶
Information about the offer set, if the purchase option is part of a bundled offer set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFERSET() |
Getter for OFFERSET |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PRCHSEOPTIONASSOCDENTLIST¶
TYPES TT_PRCHSEOPTIONASSOCDENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIPRCHSEOPTASSOCDENT WITH DEFAULT KEY
.