Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.39 KB

ContactinformationsResponse.md

File metadata and controls

25 lines (20 loc) · 1.39 KB

EzmaxApi::Object::ContactinformationsResponse

Load the model package

use EzmaxApi::Object::ContactinformationsResponse;

Properties

Name Type Description Notes
pki_contactinformations_id int The unique ID of the Contactinformations
fki_address_id_default int The unique ID of the Address [optional]
fki_phone_id_default int The unique ID of the Phone. [optional]
fki_email_id_default int The unique ID of the Email [optional]
fki_website_id_default int The unique ID of the Website Default [optional]
e_contactinformations_type FieldEContactinformationsType
s_contactinformations_url string The url of the Contactinformations [optional]
obj_address_default AddressResponseCompound [optional]
obj_phone_default PhoneResponseCompound [optional]
obj_email_default EmailResponseCompound [optional]
obj_website_default WebsiteResponseCompound [optional]

[Back to Model list] [Back to API list] [Back to README]