/AWS1/CL_MPIOFFERASSOCDENTITY¶
A product and optional offer set associated with an offer.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_product TYPE REF TO /AWS1/CL_MPIPRODUCTINFORMATION /AWS1/CL_MPIPRODUCTINFORMATION¶
Information about the product associated with the offer.
Optional arguments:¶
io_offerset TYPE REF TO /AWS1/CL_MPIOFFERSETINFO /AWS1/CL_MPIOFFERSETINFO¶
Information about the offer set, if the offer is part of a bundled offer set.
Queryable Attributes¶
product¶
Information about the product associated with the offer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCT() |
Getter for PRODUCT |
offerSet¶
Information about the offer set, if the offer 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_OFFERASSOCIATEDENTITYLIST¶
TYPES TT_OFFERASSOCIATEDENTITYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIOFFERASSOCDENTITY WITH DEFAULT KEY
.