/AWS1/CL_MPILISTNGASSOCDENTITY¶
A product and offer associated with a listing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_product TYPE REF TO /AWS1/CL_MPIPRODUCTINFORMATION /AWS1/CL_MPIPRODUCTINFORMATION¶
Information about the product associated with the listing.
io_offer TYPE REF TO /AWS1/CL_MPIOFFERINFORMATION /AWS1/CL_MPIOFFERINFORMATION¶
Information about the default offer associated with the listing.
Queryable Attributes¶
product¶
Information about the product associated with the listing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCT() |
Getter for PRODUCT |
offer¶
Information about the default offer associated with the listing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFER() |
Getter for OFFER |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTINGASSOCIATEDENTITYLIST¶
TYPES TT_LISTINGASSOCIATEDENTITYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPILISTNGASSOCDENTITY WITH DEFAULT KEY
.