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

Description

 
Synopsis

Documentation

data CustomLineItemPercentageChargeDetails Source #

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

See: newCustomLineItemPercentageChargeDetails smart constructor.

Constructors

CustomLineItemPercentageChargeDetails' 

Fields

  • associatedValues :: Maybe [Text]

    A list of resource ARNs to associate to the percentage custom line item.

  • 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
ToJSON CustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemPercentageChargeDetails

Generic CustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemPercentageChargeDetails

Read CustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemPercentageChargeDetails

Show CustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemPercentageChargeDetails

NFData CustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemPercentageChargeDetails

Eq CustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemPercentageChargeDetails

Hashable CustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemPercentageChargeDetails

type Rep CustomLineItemPercentageChargeDetails Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemPercentageChargeDetails

type Rep CustomLineItemPercentageChargeDetails = D1 ('MetaData "CustomLineItemPercentageChargeDetails" "Amazonka.BillingConductor.Types.CustomLineItemPercentageChargeDetails" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "CustomLineItemPercentageChargeDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associatedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "percentageValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newCustomLineItemPercentageChargeDetails Source #

Create a value of CustomLineItemPercentageChargeDetails 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:associatedValues:CustomLineItemPercentageChargeDetails', customLineItemPercentageChargeDetails_associatedValues - A list of resource ARNs to associate to the percentage custom line item.

$sel:percentageValue:CustomLineItemPercentageChargeDetails', customLineItemPercentageChargeDetails_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.

customLineItemPercentageChargeDetails_associatedValues :: Lens' CustomLineItemPercentageChargeDetails (Maybe [Text]) Source #

A list of resource ARNs to associate to the percentage custom line item.

customLineItemPercentageChargeDetails_percentageValue :: Lens' CustomLineItemPercentageChargeDetails 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.