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