Skip to content

/AWS1/CL_DFMOFFERINGTRANSACT

Represents the metadata of an offering transaction.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_OFFERINGSTATUS TYPE REF TO /AWS1/CL_DFMOFFERINGSTATUS /AWS1/CL_DFMOFFERINGSTATUS

The status of an offering transaction.

IV_TRANSACTIONID TYPE /AWS1/DFMTRANSACTIONIDENTIFIER /AWS1/DFMTRANSACTIONIDENTIFIER

The transaction ID of the offering transaction.

IV_OFFERINGPROMOTIONID TYPE /AWS1/DFMOFFERINGPROMOTIONID /AWS1/DFMOFFERINGPROMOTIONID

The ID that corresponds to a device offering promotion.

IV_CREATEDON TYPE /AWS1/DFMDATETIME /AWS1/DFMDATETIME

The date on which an offering transaction was created.

IO_COST TYPE REF TO /AWS1/CL_DFMMONETARYAMOUNT /AWS1/CL_DFMMONETARYAMOUNT

The cost of an offering transaction.


Queryable Attributes

offeringStatus

The status of an offering transaction.

Accessible with the following methods

Method Description
GET_OFFERINGSTATUS() Getter for OFFERINGSTATUS

transactionId

The transaction ID of the offering transaction.

Accessible with the following methods

Method Description
GET_TRANSACTIONID() Getter for TRANSACTIONID, with configurable default
ASK_TRANSACTIONID() Getter for TRANSACTIONID w/ exceptions if field has no value
HAS_TRANSACTIONID() Determine if TRANSACTIONID has a value

offeringPromotionId

The ID that corresponds to a device offering promotion.

Accessible with the following methods

Method Description
GET_OFFERINGPROMOTIONID() Getter for OFFERINGPROMOTIONID, with configurable default
ASK_OFFERINGPROMOTIONID() Getter for OFFERINGPROMOTIONID w/ exceptions if field has no
HAS_OFFERINGPROMOTIONID() Determine if OFFERINGPROMOTIONID has a value

createdOn

The date on which an offering transaction was created.

Accessible with the following methods

Method Description
GET_CREATEDON() Getter for CREATEDON, with configurable default
ASK_CREATEDON() Getter for CREATEDON w/ exceptions if field has no value
HAS_CREATEDON() Determine if CREATEDON has a value

cost

The cost of an offering transaction.

Accessible with the following methods

Method Description
GET_COST() Getter for COST

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_OFFERINGTRANSACTIONS

TYPES TT_OFFERINGTRANSACTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DFMOFFERINGTRANSACT WITH DEFAULT KEY
.