Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 985 Bytes

PhoneResponse.md

File metadata and controls

19 lines (14 loc) · 985 Bytes

openapi.model.PhoneResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiPhoneID int The unique ID of the Phone.
fkiPhonetypeID int The unique ID of the Phonetype. Valid values: Value
ePhoneType FieldEPhoneType [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]

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