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