class BizContact

This BizContact class defines various constants and methods related to EPP Contact objects associated with the BIZprotect product suite.

Public Fields

[more]static const char* BIZ_USERID
Owner user id to be supplied in various create or update commands related to contact objects, supplied in the <unspec> field
[more]static const char* BIZ_PASSWORD
Owner user password to be supplied in various update commands related to contact objects, supplied in the <unspec> field
[more]static const char* BIZ_NEWPASSWORD
Owner user new password to be supplied in various update commands related to contact objects, supplied in the <unspec> field
[more]static const char* BIZ_CONTACT_TITLE
Title to be associated with a contact object
[more]static const char* BIZ_CONTACT_PAGER
Pager to be associated with a contact object
[more]static const char* BIZ_CONTACT_PHONE
Secondary phone to be associated with a contact object.
[more]static const char* BIZ_CONTACT_PHONEEXT
Secondary phone extension to be associated with a contact object
[more]static const char* BIZ_CONTACT_EMAIL
Secondary email to be associated with a contact object


Documentation

This BizContact class defines various constants and methods related to EPP Contact objects associated with the BIZprotect product suite.

Please note the following rules regarding associating a contact object with a BIZprotect service:

If a contact object is to be associated with a BIZaccount or BIZlock service, it cannot be used as registrant or contacts for a domain object.

In addition, the BIZ_USERID field must be specified in the <unspec> element when the contact object is created. A notification via email or other channels will be sent out with the initial BIZ_PASSWORD value. The fields BIZ_USERID and BIZ_PASSWORD must be specified in the element when a contact object used for BIZaccount or BIZlock is updated.

The following optional fields can also be supplied in the <unspec> element in a create or update command:

And the following optional fields can also be supplied in the <unspec> element in an update command:

ostatic const char* BIZ_USERID
Owner user id to be supplied in various create or update commands related to contact objects, supplied in the <unspec> field

ostatic const char* BIZ_PASSWORD
Owner user password to be supplied in various update commands related to contact objects, supplied in the <unspec> field

ostatic const char* BIZ_NEWPASSWORD
Owner user new password to be supplied in various update commands related to contact objects, supplied in the <unspec> field

ostatic const char* BIZ_CONTACT_TITLE
Title to be associated with a contact object

ostatic const char* BIZ_CONTACT_PAGER
Pager to be associated with a contact object

ostatic const char* BIZ_CONTACT_PHONE
Secondary phone to be associated with a contact object. Its value follows the E164 format defined in the EPP specification.

ostatic const char* BIZ_CONTACT_PHONEEXT
Secondary phone extension to be associated with a contact object

ostatic const char* BIZ_CONTACT_EMAIL
Secondary email to be associated with a contact object


This class has no child classes.
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision: 1.1.1.1 $

Alphabetic index HTML hierarchy of classes or Java


Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.