Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.66 KB

FirstLastNamePhoneCodedOut.md

File metadata and controls

26 lines (21 loc) · 1.66 KB

FirstLastNamePhoneCodedOut

Properties

Name Type Description Notes
script String [optional]
id String [optional]
explanation String [optional]
firstName String The first name (also known as given name) [optional]
lastName String The last name (also known as family name, or surname) [optional]
internationalPhoneNumberVerified String The normalized phone number, verified using libphonenumber. [optional]
phoneCountryIso2Verified String The phone ISO2 country code, verified using libphonenumber. [optional]
phoneCountryCode Integer The phone country code of the phone number, verified using libphonenumber. [optional]
phoneCountryCodeAlt Integer The best alternative phone country code of the phone number. [optional]
phoneCountryIso2 String The likely country of the phone number. [optional]
phoneCountryIso2Alt String The best alternative country of the phone number. [optional]
originCountryIso2 String The likely country of origin of the name. [optional]
originCountryIso2Alt String The best alternative country of origin of the name. [optional]
phoneNumber String The input phone number. [optional]
verified Boolean Indicates if the phone number could be positively verified using libphonenumber. [optional]
score Double Higher score is better, but score is not normalized. Use calibratedProbability if available. [optional]
countryIso2 String [optional]