Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.75 KB

ContactinformationsResponseCompound.md

File metadata and controls

29 lines (24 loc) · 1.75 KB

EzmaxApi::Object::ContactinformationsResponseCompound

Load the model package

use EzmaxApi::Object::ContactinformationsResponseCompound;

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]
a_obj_address ARRAY[AddressResponseCompound]
a_obj_phone ARRAY[PhoneResponseCompound]
a_obj_email ARRAY[EmailResponseCompound]
a_obj_website ARRAY[WebsiteResponseCompound]

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