Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.5 KB

ContactinformationsRequestCompound.md

File metadata and controls

17 lines (13 loc) · 1.5 KB

ContactinformationsRequestCompound

Properties

Name Type Description Notes
iAddressDefault NSNumber* The index in the a_objAddress array (zero based index) representing the Address object that should become the default one. You can leave the value to 0 if the array is empty.
iPhoneDefault NSNumber* The index in the a_objPhone array (zero based index) representing the Phone object that should become the default one. You can leave the value to 0 if the array is empty.
iEmailDefault NSNumber* The index in the a_objEmail array (zero based index) representing the Email object that should become the default one. You can leave the value to 0 if the array is empty.
iWebsiteDefault NSNumber* The index in the a_objWebsite array (zero based index) representing the Website object that should become the default one. You can leave the value to 0 if the array is empty.
aObjAddress NSArray<AddressRequestCompound>*
aObjPhone NSArray<PhoneRequestCompound>*
aObjEmail NSArray<EmailRequestCompound>*
aObjWebsite NSArray<WebsiteRequestCompound>*

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