Enum NumberValidity
- Namespace
- Vonage.NumberInsights
- Assembly
- Vonage.dll
Indicates whether a phone number is valid and exists in the carrier network.
public enum NumberValidity
Fields
inferred = 3The number could not be definitively validated but is assumed to be valid based on available information.
inferred_not_valid = 4The number could not be definitively validated but is assumed to be invalid based on available information.
not_valid = 2The number is not valid or does not exist.
unknown = 0The validity of the number could not be determined.
valid = 1The number is valid and registered with a carrier.