/AWS1/CL_MPIOFFERINFORMATION¶
Summary information about an offer, including the offer identifier, name, and seller of record.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_offerid TYPE /AWS1/MPIOFFERID /AWS1/MPIOFFERID¶
The unique identifier of the offer.
io_sellerofrecord TYPE REF TO /AWS1/CL_MPISELLERINFORMATION /AWS1/CL_MPISELLERINFORMATION¶
The entity responsible for selling the product under this offer.
Optional arguments:¶
iv_offername TYPE /AWS1/MPINULLABLESTRING /AWS1/MPINULLABLESTRING¶
The display name of the offer.
Queryable Attributes¶
offerId¶
The unique identifier of the offer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFERID() |
Getter for OFFERID, with configurable default |
ASK_OFFERID() |
Getter for OFFERID w/ exceptions if field has no value |
HAS_OFFERID() |
Determine if OFFERID has a value |
offerName¶
The display name of the offer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFERNAME() |
Getter for OFFERNAME, with configurable default |
ASK_OFFERNAME() |
Getter for OFFERNAME w/ exceptions if field has no value |
HAS_OFFERNAME() |
Determine if OFFERNAME has a value |
sellerOfRecord¶
The entity responsible for selling the product under this offer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELLEROFRECORD() |
Getter for SELLEROFRECORD |