mirror of
https://github.com/google/nomulus
synced 2026-05-28 10:40:44 +00:00
Wire in domain transfer custom pricing and add a test
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=142593949
This commit is contained in:
@@ -48,6 +48,14 @@ public abstract class BaseFee extends ImmutableObject {
|
||||
EAP("Early Access Period, fee expires: %s"),
|
||||
RENEW("renew"),
|
||||
RESTORE("restore"),
|
||||
/**
|
||||
* A transfer fee.
|
||||
*
|
||||
* <p>These are not used by the default system, in which the only fee associated with a transfer
|
||||
* is the RENEW fee. These exist so that custom pricing logic can create a custom transfer fee
|
||||
* if desired.
|
||||
*/
|
||||
TRANSFER("transfer"),
|
||||
UPDATE("update"),
|
||||
CREDIT("%s credit");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user