| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.Types.OfferingTransaction
Description
Synopsis
- data OfferingTransaction = OfferingTransaction' {}
- newOfferingTransaction :: OfferingTransaction
- offeringTransaction_cost :: Lens' OfferingTransaction (Maybe MonetaryAmount)
- offeringTransaction_createdOn :: Lens' OfferingTransaction (Maybe UTCTime)
- offeringTransaction_offeringPromotionId :: Lens' OfferingTransaction (Maybe Text)
- offeringTransaction_offeringStatus :: Lens' OfferingTransaction (Maybe OfferingStatus)
- offeringTransaction_transactionId :: Lens' OfferingTransaction (Maybe Text)
Documentation
data OfferingTransaction Source #
Represents the metadata of an offering transaction.
See: newOfferingTransaction smart constructor.
Constructors
| OfferingTransaction' | |
Fields
| |
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:cost:OfferingTransaction', offeringTransaction_cost - The cost of an offering transaction.
$sel:createdOn:OfferingTransaction', offeringTransaction_createdOn - The date on which an offering transaction was created.
$sel:offeringPromotionId:OfferingTransaction', offeringTransaction_offeringPromotionId - The ID that corresponds to a device offering promotion.
$sel:offeringStatus:OfferingTransaction', offeringTransaction_offeringStatus - The status of an offering transaction.
$sel:transactionId:OfferingTransaction', offeringTransaction_transactionId - The transaction ID of the offering transaction.
offeringTransaction_cost :: Lens' OfferingTransaction (Maybe MonetaryAmount) Source #
The cost of an offering transaction.
offeringTransaction_createdOn :: Lens' OfferingTransaction (Maybe UTCTime) Source #
The date on which an offering transaction was created.
offeringTransaction_offeringPromotionId :: Lens' OfferingTransaction (Maybe Text) Source #
The ID that corresponds to a device offering promotion.
offeringTransaction_offeringStatus :: Lens' OfferingTransaction (Maybe OfferingStatus) Source #
The status of an offering transaction.
offeringTransaction_transactionId :: Lens' OfferingTransaction (Maybe Text) Source #
The transaction ID of the offering transaction.