V1PhoneNumber
November 20, 2019 ยท View on GitHub
Description
Represents a phone number. Note: This model is deprecated.
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.