Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.97 KB

phonenumber.md

File metadata and controls

13 lines (10 loc) · 2.97 KB

PhoneNumber

Fields

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