Package google.registry.model.domain.fee
Class FeeCreateCommandExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.fee.FeeTransformCommandExtension
-
- google.registry.model.domain.fee.FeeCreateCommandExtension
-
- All Implemented Interfaces:
EppInput.CommandExtension
,java.lang.Cloneable
- Direct Known Subclasses:
FeeCreateCommandExtensionV06
,FeeCreateCommandExtensionV11
,FeeCreateCommandExtensionV12
public abstract class FeeCreateCommandExtension extends FeeTransformCommandExtension
A fee extension that may be present on domain create commands.
-
-
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
Constructors Constructor Description FeeCreateCommandExtension()
-
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, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-