Class ContactAddress

All Implemented Interfaces:
Jsonifiable, UnsafeSerializable, GsonUtils.GsonPostProcessable, Serializable, Cloneable

@Embeddable public class ContactAddress extends Address
EPP Contact Address

This class is embedded inside the PostalInfo of an EPP contact to hold its address. The fields are all defined in parent class Address, but the subclass is still necessary to pick up the contact namespace.

This does not implement Overlayable because it is intended to be bulk replaced on update.

See Also:
  • Constructor Details

    • ContactAddress

      public ContactAddress()