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

Description

 
Synopsis

Documentation

data ListCustomLineItemPercentageChargeDetails Source #

A representation of the charge details that are associated with a percentage custom line item.

See: newListCustomLineItemPercentageChargeDetails smart constructor.

Constructors

ListCustomLineItemPercentageChargeDetails' 

Fields

  • percentageValue :: Double

    The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.

Instances

Instances details
FromJSON ListCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemPercentageChargeDetails

Generic ListCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemPercentageChargeDetails

Read ListCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemPercentageChargeDetails

Show ListCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemPercentageChargeDetails

NFData ListCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemPercentageChargeDetails

Eq ListCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemPercentageChargeDetails

Hashable ListCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemPercentageChargeDetails

type Rep ListCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemPercentageChargeDetails

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

newListCustomLineItemPercentageChargeDetails Source #

Create a value of ListCustomLineItemPercentageChargeDetails 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:percentageValue:ListCustomLineItemPercentageChargeDetails', listCustomLineItemPercentageChargeDetails_percentageValue - The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.

listCustomLineItemPercentageChargeDetails_percentageValue :: Lens' ListCustomLineItemPercentageChargeDetails Double Source #

The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.