Table of Contents

Class RealTimeData

Namespace
Vonage.NumberInsights
Assembly
Vonage.dll

Real time data about the number.

public class RealTimeData
Inheritance
RealTimeData
Inherited Members

Properties

ActiveStatus

Whether the end-user's phone number is active within an operator's network.

[JsonProperty("active_status")]
[JsonConverter(typeof(StatusConverter))]
public bool ActiveStatus { get; set; }

Property Value

bool

HandsetStatus

Whether the end-user's handset is turned on or off.

[JsonProperty("handset_status")]
public string HandsetStatus { get; set; }

Property Value

string