Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.3 KB

ContactinformationsRequestV2.md

File metadata and controls

19 lines (14 loc) · 1.3 KB

openapi.model.ContactinformationsRequestV2

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
eContactinformationsType FieldEContactinformationsType
iAddressDefault int 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 int 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 int 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 int 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.

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