V1PhoneNumber

November 20, 2019 ยท View on GitHub

Description

Represents a phone number. Note: This model is deprecated.

Properties

NameGetterSetterTypeDescriptionNotes
calling_codegetCallingCode()setCallingCode($value)stringThe phone number's international calling code. For US phone numbers, this value is +1.
numbergetNumber()setNumber($value)stringThe 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]