Class StandardNumberInsightRequest
- Namespace
- Vonage.NumberInsights
- Assembly
- Vonage.dll
Represents a request to perform a standard Number Insight lookup on a phone number, including carrier and porting information.
public class StandardNumberInsightRequest : BasicNumberInsightRequest
- Inheritance
-
StandardNumberInsightRequest
- Derived
- Inherited Members
Properties
Cnam
Indicates if the name of the person who owns the phone number should be looked up and returned in the response. Set to true to receive phone number owner name in the response. This features is available for US numbers only and incurs an additional charge.
[JsonProperty("cnam")]
public bool? Cnam { get; set; }
Property Value
- bool?