fred-mod-eppd-2.13.0
|
Create contact parameters. More...
#include <epp_common.h>
Data Fields | |
char * | id |
Id of wanted contact (input). | |
epp_postalInfo | pi |
Postal info. | |
char * | voice |
Telephone number. | |
char * | fax |
Fax number. | |
char * | |
Email address. | |
char * | authInfo |
Authorization information. | |
epp_discl | discl |
Disclose information section. | |
char * | vat |
VAT tax ID. | |
char * | ident |
Contact's unique ident. | |
epp_identType | identtype |
Type of unique ident. | |
char * | notify_email |
Notification email. | |
char * | crDate |
Creation date of contact. |
Create contact parameters.
Authorization information.
Referenced by epp_call_create_contact(), and parse_create_contact().
Creation date of contact.
Referenced by epp_call_create_contact(), and epp_gen_response().
Disclose information section.
Referenced by epp_call_create_contact(), and parse_create_contact().
Email address.
Referenced by epp_call_create_contact(), and parse_create_contact().
char* epps_create_contact::fax |
Fax number.
Referenced by epp_call_create_contact(), and parse_create_contact().
char* epps_create_contact::id |
Id of wanted contact (input).
Referenced by epp_call_create_contact(), epp_gen_response(), and parse_create_contact().
Contact's unique ident.
Referenced by epp_call_create_contact(), and parse_create_contact().
Type of unique ident.
Referenced by epp_call_create_contact(), and parse_create_contact().
Notification email.
Referenced by epp_call_create_contact(), and parse_create_contact().
Postal info.
Referenced by epp_call_create_contact(), and parse_create_contact().
char* epps_create_contact::vat |
VAT tax ID.
Referenced by epp_call_create_contact(), and parse_create_contact().
Telephone number.
Referenced by epp_call_create_contact(), and parse_create_contact().