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