Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 917 Bytes

PhoneNumber.md

File metadata and controls

13 lines (9 loc) · 917 Bytes

PhoneNumber

Properties

Name Type Description Notes
country_code string A country code with numbers only. For example, "49" for Germany, "7" for Russia. [optional]
area_code string An area code with numbers only, e.g. "89" for Munich city. [optional]
subscriber_number string A subscriber number (without country and area code) with numbers only, e.g. "88008800". [optional]
unstructured_number string Use this for a full phone number including country and/or area codes, e.g. "+49 (0)89 880088-00". Can be used instead of structured number fields. [optional]

[Back to Model list] [Back to API list] [Back to README]