Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 679 Bytes

V1PhoneNumber.md

File metadata and controls

12 lines (8 loc) · 679 Bytes

V1PhoneNumber

Properties

Name Getter Setter Type Description Notes
calling_code getCallingCode() setCallingCode($value) string The phone number's international calling code. For US phone numbers, this value is +1.
number getNumber() setNumber($value) string The phone number.

Note: All properties are protected and only accessed via getters and setters.

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