/AWS1/CL_BDKOFFER¶
An offer dictates usage terms for the model.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_offertoken
TYPE /AWS1/BDKOFFERTOKEN
/AWS1/BDKOFFERTOKEN
¶
Offer token.
io_termdetails
TYPE REF TO /AWS1/CL_BDKTERMDETAILS
/AWS1/CL_BDKTERMDETAILS
¶
Details about the terms of the offer.
Optional arguments:¶
iv_offerid
TYPE /AWS1/BDKOFFERID
/AWS1/BDKOFFERID
¶
Offer Id for a model offer.
Queryable Attributes¶
offerId¶
Offer Id for a model 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 |
offerToken¶
Offer token.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OFFERTOKEN() |
Getter for OFFERTOKEN, with configurable default |
ASK_OFFERTOKEN() |
Getter for OFFERTOKEN w/ exceptions if field has no value |
HAS_OFFERTOKEN() |
Determine if OFFERTOKEN has a value |
termDetails¶
Details about the terms of the offer.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TERMDETAILS() |
Getter for TERMDETAILS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OFFERS
¶
TYPES TT_OFFERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKOFFER WITH DEFAULT KEY
.