Field | Type | Required | Description | Example |
---|---|---|---|---|
number |
str | ✔️ | The phone number | 111-111-1111 |
id |
OptionalNullable[str] | ➖ | Unique identifier of the phone number | 12345 |
country_code |
OptionalNullable[str] | ➖ | The country code of the phone number, e.g. +1 | 1 |
area_code |
OptionalNullable[str] | ➖ | The area code of the phone number, e.g. 323 | 323 |
extension |
OptionalNullable[str] | ➖ | The extension of the phone number | 105 |
type |
OptionalNullable[models.PhoneNumberType] | ➖ | The type of phone number | primary |