Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OfferingTransaction = OfferingTransaction' {}
- newOfferingTransaction :: OfferingTransaction
- offeringTransaction_offeringStatus :: Lens' OfferingTransaction (Maybe OfferingStatus)
- offeringTransaction_cost :: Lens' OfferingTransaction (Maybe MonetaryAmount)
- offeringTransaction_transactionId :: Lens' OfferingTransaction (Maybe Text)
- offeringTransaction_offeringPromotionId :: Lens' OfferingTransaction (Maybe Text)
- offeringTransaction_createdOn :: Lens' OfferingTransaction (Maybe UTCTime)
Documentation
data OfferingTransaction Source #
Represents the metadata of an offering transaction.
See: newOfferingTransaction
smart constructor.
OfferingTransaction' | |
|
Instances
newOfferingTransaction :: OfferingTransaction Source #
Create a value of OfferingTransaction
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:offeringStatus:OfferingTransaction'
, offeringTransaction_offeringStatus
- The status of an offering transaction.
$sel:cost:OfferingTransaction'
, offeringTransaction_cost
- The cost of an offering transaction.
$sel:transactionId:OfferingTransaction'
, offeringTransaction_transactionId
- The transaction ID of the offering transaction.
$sel:offeringPromotionId:OfferingTransaction'
, offeringTransaction_offeringPromotionId
- The ID that corresponds to a device offering promotion.
$sel:createdOn:OfferingTransaction'
, offeringTransaction_createdOn
- The date on which an offering transaction was created.
offeringTransaction_offeringStatus :: Lens' OfferingTransaction (Maybe OfferingStatus) Source #
The status of an offering transaction.
offeringTransaction_cost :: Lens' OfferingTransaction (Maybe MonetaryAmount) Source #
The cost of an offering transaction.
offeringTransaction_transactionId :: Lens' OfferingTransaction (Maybe Text) Source #
The transaction ID of the offering transaction.
offeringTransaction_offeringPromotionId :: Lens' OfferingTransaction (Maybe Text) Source #
The ID that corresponds to a device offering promotion.
offeringTransaction_createdOn :: Lens' OfferingTransaction (Maybe UTCTime) Source #
The date on which an offering transaction was created.