Package google.registry.model.pricing
Class PremiumPricingEngine.DomainPrices
- java.lang.Object
-
- google.registry.model.pricing.PremiumPricingEngine.DomainPrices
-
- Enclosing interface:
- PremiumPricingEngine
public static class PremiumPricingEngine.DomainPrices extends java.lang.Object
A class containing information on premium prices for a specific domain name.Any implementation of PremiumPricingEngine is responsible for determining all of these.
-
-
Constructor Summary
Constructors Constructor Description DomainPrices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.money.Money
getCreateCost()
Returns the cost to create the domain.org.joda.money.Money
getRenewCost()
Returns the cost to renew the domain.boolean
isPremium()
Returns whether the domain is premium.
-