import 'package:openapi/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| pkiContactID | int | The unique ID of the Contact | |
| sContactFirstname | String | The First name of the contact | |
| sContactLastname | String | The Last name of the contact | |
| fkiLanguageID | int | The unique ID of the Language. Valid values: | Value |
| sEmailAddress | String | The email address. | [optional] |
| sPhoneE164 | String | A phone number in E.164 Format | [optional] |
| sPhoneExtension | String | The extension of the phone number. The extension is the "123" section in this sample phone number: (514) 990-1516 x123. It can also be used with international phone numbers | [optional] |
| sPhoneE164Cell | String | A phone number in E.164 Format | [optional] |