Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.12 KB

PhoneResponseCompound.md

File metadata and controls

20 lines (15 loc) · 1.12 KB

EzmaxApi::Object::PhoneResponseCompound

Load the model package

use EzmaxApi::Object::PhoneResponseCompound;

Properties

Name Type Description Notes
pki_phone_id int The unique ID of the Phone.
fki_phonetype_id int The unique ID of the Phonetype. Valid values: Value
e_phone_type FieldEPhoneType [optional]
s_phone_e164 string A phone number in E.164 Format [optional]
s_phone_extension 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]
b_phone_international boolean Indicate the phone number is an international phone number. [optional]

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