# V1PhoneNumber
### Description
Represents a phone number.
## 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]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)