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