Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
JsonNullable<String> | ➖ | Unique identifier of the phone number | 12345 |
countryCode |
JsonNullable<String> | ➖ | The country code of the phone number, e.g. +1 | 1 |
areaCode |
JsonNullable<String> | ➖ | The area code of the phone number, e.g. 323 | 323 |
number |
String | ✔️ | The phone number | 111-111-1111 |
extension |
JsonNullable<String> | ➖ | The extension of the phone number | 105 |
type |
JsonNullable<PhoneNumberType> | ➖ | The type of phone number | primary |