amazonka-billingconductor-2.0: Amazon BillingConductor SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails

Description

 
Synopsis

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

Instances details
ToJSON CustomLineItemFlatChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails

Generic CustomLineItemFlatChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails

Associated Types

type Rep CustomLineItemFlatChargeDetails :: Type -> Type #

Read CustomLineItemFlatChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails

Show CustomLineItemFlatChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails

NFData CustomLineItemFlatChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails

Eq CustomLineItemFlatChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails

Hashable CustomLineItemFlatChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails

type Rep CustomLineItemFlatChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails

type Rep CustomLineItemFlatChargeDetails = D1 ('MetaData "CustomLineItemFlatChargeDetails" "Amazonka.BillingConductor.Types.CustomLineItemFlatChargeDetails" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "CustomLineItemFlatChargeDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chargeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newCustomLineItemFlatChargeDetails Source #

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.