Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.Route53Domains.Types.PriceWithCurrency
Description
Documentation
data PriceWithCurrency Source #
Currency-specific price information.
See: newPriceWithCurrency
smart constructor.
Constructors
PriceWithCurrency' | |
Instances
Arguments
:: Double | |
-> Text | |
-> PriceWithCurrency |
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.
priceWithCurrency_currency :: Lens' PriceWithCurrency Text Source #
The currency specifier.