Table of Contents

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 = 3

The number could not be definitively validated but is assumed to be valid based on available information.

inferred_not_valid = 4

The number could not be definitively validated but is assumed to be invalid based on available information.

not_valid = 2

The number is not valid or does not exist.

unknown = 0

The validity of the number could not be determined.

valid = 1

The number is valid and registered with a carrier.