Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.21 KB

PhoneNumberValidationResponse.md

File metadata and controls

17 lines (13 loc) · 1.21 KB

PhoneNumberValidationResponse

Properties

Name Type Description Notes
is_valid bool True if the phone number is valid, false otherwise [optional]
successful bool True if the operation was successful, false if there was an error during validation. See IsValid for validation result. [optional]
phone_number_type string Type of phone number; possible values are: FixedLine, Mobile, FixedLineOrMobile, TollFree, PremiumRate, SharedCost, Voip, PersonalNumber, Pager, Uan, Voicemail, Unknown [optional]
e164_format string E.164 format of the phone number [optional]
international_format string Internaltional format of the phone number [optional]
national_format string National format of the phone number [optional]
country_code string Two digit country code of the phone number [optional]
country_name string User-friendly long name of the country for the phone number [optional]

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