Enum PortedStatus
- Namespace
- Vonage.NumberInsights
- Assembly
- Vonage.dll
Indicates whether a phone number has been ported from one carrier to another.
public enum PortedStatus
Fields
[EnumMember(Value = "assumed_not_ported")] AssumedNotPorted = 3The carrier has not explicitly confirmed porting status, but the number is assumed to be with the original carrier.
[EnumMember(Value = "assumed_ported")] AssumedPorted = 4The carrier has not explicitly confirmed porting status, but the number is assumed to have been ported.
[EnumMember(Value = "not_ported")] NotPorted = 2The phone number remains with its original carrier and has not been ported.
[EnumMember(Value = "ported")] Ported = 1The phone number has been ported to a different carrier than originally assigned.
[EnumMember(Value = "unknown")] Unknown = 0The porting status could not be determined.