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

Description

 
Synopsis

Documentation

data CustomLineItemBillingPeriodRange Source #

The billing period range in which the custom line item request will be applied.

See: newCustomLineItemBillingPeriodRange smart constructor.

Constructors

CustomLineItemBillingPeriodRange' 

Fields

Instances

Instances details
ToJSON CustomLineItemBillingPeriodRange Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemBillingPeriodRange

Generic CustomLineItemBillingPeriodRange Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemBillingPeriodRange

Associated Types

type Rep CustomLineItemBillingPeriodRange :: Type -> Type #

Read CustomLineItemBillingPeriodRange Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemBillingPeriodRange

Show CustomLineItemBillingPeriodRange Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemBillingPeriodRange

NFData CustomLineItemBillingPeriodRange Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemBillingPeriodRange

Eq CustomLineItemBillingPeriodRange Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemBillingPeriodRange

Hashable CustomLineItemBillingPeriodRange Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemBillingPeriodRange

type Rep CustomLineItemBillingPeriodRange Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CustomLineItemBillingPeriodRange

type Rep CustomLineItemBillingPeriodRange = D1 ('MetaData "CustomLineItemBillingPeriodRange" "Amazonka.BillingConductor.Types.CustomLineItemBillingPeriodRange" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "CustomLineItemBillingPeriodRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exclusiveEndBillingPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inclusiveStartBillingPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCustomLineItemBillingPeriodRange Source #

Create a value of CustomLineItemBillingPeriodRange 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:exclusiveEndBillingPeriod:CustomLineItemBillingPeriodRange', customLineItemBillingPeriodRange_exclusiveEndBillingPeriod - The inclusive end billing period that defines a billing period range where a custom line is applied.

$sel:inclusiveStartBillingPeriod:CustomLineItemBillingPeriodRange', customLineItemBillingPeriodRange_inclusiveStartBillingPeriod - The inclusive start billing period that defines a billing period range where a custom line is applied.

customLineItemBillingPeriodRange_exclusiveEndBillingPeriod :: Lens' CustomLineItemBillingPeriodRange (Maybe Text) Source #

The inclusive end billing period that defines a billing period range where a custom line is applied.

customLineItemBillingPeriodRange_inclusiveStartBillingPeriod :: Lens' CustomLineItemBillingPeriodRange Text Source #

The inclusive start billing period that defines a billing period range where a custom line is applied.