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

Description

 
Synopsis

Documentation

data UpdateCustomLineItemPercentageChargeDetails Source #

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

See: newUpdateCustomLineItemPercentageChargeDetails smart constructor.

Constructors

UpdateCustomLineItemPercentageChargeDetails' 

Fields

  • percentageValue :: Double

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

Instances

Instances details
ToJSON UpdateCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateCustomLineItemPercentageChargeDetails

Generic UpdateCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateCustomLineItemPercentageChargeDetails

Read UpdateCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateCustomLineItemPercentageChargeDetails

Show UpdateCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateCustomLineItemPercentageChargeDetails

NFData UpdateCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateCustomLineItemPercentageChargeDetails

Eq UpdateCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateCustomLineItemPercentageChargeDetails

Hashable UpdateCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateCustomLineItemPercentageChargeDetails

type Rep UpdateCustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateCustomLineItemPercentageChargeDetails

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

newUpdateCustomLineItemPercentageChargeDetails Source #

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

updateCustomLineItemPercentageChargeDetails_percentageValue :: Lens' UpdateCustomLineItemPercentageChargeDetails Double Source #

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