amazonka-route53-domains-2.0: Amazon Route 53 Domains 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.Route53Domains.Types.PriceWithCurrency

Description

 
Synopsis

Documentation

data PriceWithCurrency Source #

Currency-specific price information.

See: newPriceWithCurrency smart constructor.

Constructors

PriceWithCurrency' 

Fields

Instances

Instances details
FromJSON PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Generic PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Associated Types

type Rep PriceWithCurrency :: Type -> Type #

Read PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Show PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

NFData PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Methods

rnf :: PriceWithCurrency -> () #

Eq PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Hashable PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

type Rep PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

type Rep PriceWithCurrency = D1 ('MetaData "PriceWithCurrency" "Amazonka.Route53Domains.Types.PriceWithCurrency" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "PriceWithCurrency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "price") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "currency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPriceWithCurrency Source #

Create a value of PriceWithCurrency 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:price:PriceWithCurrency', priceWithCurrency_price - The price of a domain, in a specific currency.

$sel:currency:PriceWithCurrency', priceWithCurrency_currency - The currency specifier.

priceWithCurrency_price :: Lens' PriceWithCurrency Double Source #

The price of a domain, in a specific currency.