Package google.registry.model.domain.fee
Class FeeTransformCommandExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.fee.FeeTransformCommandExtension
- All Implemented Interfaces:
EppInput.CommandExtension
,Cloneable
- Direct Known Subclasses:
FeeCreateCommandExtension
,FeeRenewCommandExtension
,FeeTransferCommandExtension
,FeeUpdateCommandExtension
public abstract class FeeTransformCommandExtension
extends ImmutableObject
implements EppInput.CommandExtension
Base class for general transform commands with fees (create, renew, update, transfer).
-
Nested Class Summary
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
Field Summary
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
FeeTransformCommandExtension
public FeeTransformCommandExtension()
-
-
Method Details
-
getCurrency
public org.joda.money.CurrencyUnit getCurrency() -
getFees
-
getCredits
-
createResponseBuilder
-