Package google.registry.model.domain.fee
Class FeeRenewCommandExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.fee.FeeTransformCommandExtension
-
- google.registry.model.domain.fee.FeeRenewCommandExtension
-
- All Implemented Interfaces:
EppInput.CommandExtension
,java.lang.Cloneable
- Direct Known Subclasses:
FeeRenewCommandExtensionV06
,FeeRenewCommandExtensionV11
,FeeRenewCommandExtensionV12
public abstract class FeeRenewCommandExtension extends FeeTransformCommandExtension
A fee extension that may be present on domain renew commands.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotCompare, ImmutableObject.DoNotHydrate, ImmutableObject.EmptySetToNull, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description FeeRenewCommandExtension()
-
Method Summary
-
Methods inherited from class google.registry.model.domain.fee.FeeTransformCommandExtension
createResponseBuilder, getCredits, getCurrency, getFees
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-