# RainbowAdminPortal.PhoneNumbersAnalyzeSuccess

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inputPhoneNumber** | **String** | Input phone number | 
**inputCountryCode** | **String** | Input country code | 
**checkedCountryCode** | **String** | Country code sent to google libphonenumber (computed from inputCountryCode) | 
**parseAndKeepRawInput** | [**PhoneNumbersAnalyzeSuccessParseAndKeepRawInput**](PhoneNumbersAnalyzeSuccessParseAndKeepRawInput.md) |  | 
**isPossibleNumber** | **String** | Result of isPossibleNumber method | 
**isPossibleNumberWithReason** | **String** | Result of isPossibleNumberWithReason method | 
**isValidNumber** | **String** | Result of isValidNumber method | 
**isValidNumberForRegion** | **String** | Result of isValidNumberForRegion method | 
**getRegionCodeForNumber** | **String** | Result of getRegionCodeForNumber method | 
**getNumberType** | **String** | Result of getNumberType method | 
**e164** | **String** | Result of format method with E164 format | 
**international** | **String** | Result of format method with INTERNATIONAL format | 
**national** | **String** | Result of format method with NATIONAL format | 
**rfc3966** | **String** | Result of format method with RFC3966 format | 
**canBeInternationallyDialled** | **String** | Result of canBeInternationallyDialled method | 
**getLengthOfGeographicalAreaCode** | **String** | Result of getLengthOfGeographicalAreaCode method | 
**getLengthOfNationalDestinationCode** | **String** | Result of getLengthOfNationalDestinationCode method | 
**isNumberGeographical** | **String** | Result of isNumberGeographical method | 
**getNationalSignificantNumber** | **String** | Result of getNationalSignificantNumber method | 
**getCountryCodeForRegion** | **String** | Result of getCountryCodeForRegion method | 
**getRegionCodeForCountryCode** | **String** | Result of getRegionCodeForCountryCode method | 
**getRegionCodesForCountryCode** | **String** | Result of getRegionCodesForCountryCode method | 
**isAlphaNumber** | **String** | Result of isAlphaNumber method | 
**maybeStripExtension** | **String** | Result of maybeStripExtension method | 
**hasNationalNumber** | **String** | Result of hasNationalNumber method | 
**nationalNumberCount** | **String** | Result of nationalNumberCount method | 
**getNationalNumber** | **String** | Result of getNationalNumber method | 
**hasCountryCode** | **String** | Result of hasCountryCode method | 
**countryCodeCount** | **String** | Result of countryCodeCount method | 
**getCountryCode** | **String** | Result of getCountryCode method | 
**hasExtension** | **String** | Result of hasExtension method | 
**hasItalianLeadingZero** | **String** | Result of hasItalianLeadingZero method | 
**hasNumberOfLeadingZeros** | **String** | Result of hasNumberOfLeadingZeros method | 
**hasRawInput** | **String** | Result of hasRawInput method | 
**hasCountryCodeSource** | **String** | Result of hasCountryCodeSource method | 
**hasPreferredDomesticCarrierCode** | **String** | Result of hasPreferredDomesticCarrierCode method | 


