| 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.BillingConductor.Types.CustomLineItemFlatChargeDetails
Description
Documentation
data CustomLineItemFlatChargeDetails Source #
A representation of the charge details that are associated with a flat custom line item.
See: newCustomLineItemFlatChargeDetails smart constructor.
Constructors
| CustomLineItemFlatChargeDetails' | |
Fields
| |
Instances
newCustomLineItemFlatChargeDetails Source #
Arguments
| :: Double | |
| -> CustomLineItemFlatChargeDetails |
Create a value of CustomLineItemFlatChargeDetails 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:chargeValue:CustomLineItemFlatChargeDetails', customLineItemFlatChargeDetails_chargeValue - The custom line item's fixed charge value in USD.
customLineItemFlatChargeDetails_chargeValue :: Lens' CustomLineItemFlatChargeDetails Double Source #
The custom line item's fixed charge value in USD.