mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
Create a separate per-tld registry lock/unlock cost (#800)
* Create a separate per-tld registry lock/unlock cost Currently we use the standard server status change cost for this, but this might not be ideal at some point in the future if we wish to allow manual forced updates outside of the standard registry lock system (we would charge for these manual forced updates, even if we don't charge for registry locks). * Remove period
This commit is contained in:
parent
054571a625
commit
1a63d50b82
10 changed files with 56 additions and 9 deletions
|
@ -640,6 +640,7 @@ class google.registry.model.registry.Registry {
|
|||
java.util.Set<java.lang.String> dnsWriters;
|
||||
org.joda.money.CurrencyUnit currency;
|
||||
org.joda.money.Money createBillingCost;
|
||||
org.joda.money.Money registryLockOrUnlockBillingCost;
|
||||
org.joda.money.Money restoreBillingCost;
|
||||
org.joda.money.Money serverStatusChangeBillingCost;
|
||||
org.joda.time.DateTime claimsPeriodEnd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue