Table of Contents

Class AdvancedInsightsAsynchronousResponse

Namespace
Vonage.NumberInsights
Assembly
Vonage.dll

Represents the acknowledgment response when an asynchronous advanced Number Insight lookup is requested. The full insight results are delivered to the callback URL specified in the request.

public class AdvancedInsightsAsynchronousResponse : NumberInsightResponseBase
Inheritance
AdvancedInsightsAsynchronousResponse
Inherited Members

Properties

Number

The number in your request

[JsonProperty("number")]
public string Number { get; set; }

Property Value

string

RemainingBalance

Your account balance in EUR after this request. Not returned with Number Insight Advanced Async API.

[JsonProperty("remaining_balance")]
public string RemainingBalance { get; set; }

Property Value

string

RequestPrice

If there is an internal lookup error, the refund_price will reflect the lookup price. If cnam is requested for a non-US number the refund_price will reflect the cnam price. If both of these conditions occur, refund_price is the sum of the lookup price and cnam price.

[JsonProperty("request_price")]
public string RequestPrice { get; set; }

Property Value

string