Package google.registry.model.domain.fee
Class FeeTransferCommandExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.fee.FeeTransformCommandExtension
google.registry.model.domain.fee.FeeTransferCommandExtension
- All Implemented Interfaces:
EppInput.CommandExtension
,Cloneable
- Direct Known Subclasses:
FeeTransferCommandExtensionV06
,FeeTransferCommandExtensionV11
,FeeTransferCommandExtensionV12
A fee extension that may be present on domain transfer 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
-
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
-
Constructor Details
-
FeeTransferCommandExtension
public FeeTransferCommandExtension()
-