fred-mod-eppd-2.12.0
|
Structure gathers postal info about contact. More...
#include <epp_common.h>
Data Fields | |
char * | name |
Name. | |
char * | org |
Organization. | |
qhead | streets |
3x street. | |
char * | city |
City. | |
char * | sp |
State or province. | |
char * | pc |
Postal code. | |
char * | cc |
Country code. |
Structure gathers postal info about contact.
char* epp_postalInfo::cc |
Country code.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
char* epp_postalInfo::city |
City.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
char* epp_postalInfo::name |
Name.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
char* epp_postalInfo::org |
Organization.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
char* epp_postalInfo::pc |
Postal code.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
char* epp_postalInfo::sp |
State or province.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
3x street.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().