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.ListCustomLineItemChargeDetails

Description

 
Synopsis

Documentation

data ListCustomLineItemChargeDetails Source #

A representation of the charge details of a custom line item.

See: newListCustomLineItemChargeDetails smart constructor.

Constructors

ListCustomLineItemChargeDetails' 

Fields

Instances

Instances details
FromJSON ListCustomLineItemChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemChargeDetails

Generic ListCustomLineItemChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemChargeDetails

Associated Types

type Rep ListCustomLineItemChargeDetails :: Type -> Type #

Read ListCustomLineItemChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemChargeDetails

Show ListCustomLineItemChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemChargeDetails

NFData ListCustomLineItemChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemChargeDetails

Eq ListCustomLineItemChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemChargeDetails

Hashable ListCustomLineItemChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemChargeDetails

type Rep ListCustomLineItemChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemChargeDetails

type Rep ListCustomLineItemChargeDetails = D1 ('MetaData "ListCustomLineItemChargeDetails" "Amazonka.BillingConductor.Types.ListCustomLineItemChargeDetails" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "ListCustomLineItemChargeDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListCustomLineItemFlatChargeDetails)) :*: (S1 ('MetaSel ('Just "percentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListCustomLineItemPercentageChargeDetails)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CustomLineItemType))))

newListCustomLineItemChargeDetails Source #

Create a value of ListCustomLineItemChargeDetails 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:flat:ListCustomLineItemChargeDetails', listCustomLineItemChargeDetails_flat - A ListCustomLineItemFlatChargeDetails that describes the charge details of a flat custom line item.

$sel:percentage:ListCustomLineItemChargeDetails', listCustomLineItemChargeDetails_percentage - A ListCustomLineItemPercentageChargeDetails that describes the charge details of a percentage custom line item.

$sel:type':ListCustomLineItemChargeDetails', listCustomLineItemChargeDetails_type - The type of the custom line item that indicates whether the charge is a fee or credit.

listCustomLineItemChargeDetails_flat :: Lens' ListCustomLineItemChargeDetails (Maybe ListCustomLineItemFlatChargeDetails) Source #

A ListCustomLineItemFlatChargeDetails that describes the charge details of a flat custom line item.

listCustomLineItemChargeDetails_percentage :: Lens' ListCustomLineItemChargeDetails (Maybe ListCustomLineItemPercentageChargeDetails) Source #

A ListCustomLineItemPercentageChargeDetails that describes the charge details of a percentage custom line item.

listCustomLineItemChargeDetails_type :: Lens' ListCustomLineItemChargeDetails CustomLineItemType Source #

The type of the custom line item that indicates whether the charge is a fee or credit.