Table of Contents

Class NumberTransactionResponse

Namespace
Vonage.Numbers
Assembly
Vonage.dll

Represents the response from a number transaction operation such as buying, canceling, or updating a number.

public class NumberTransactionResponse
Inheritance
NumberTransactionResponse
Inherited Members

Properties

ErrorCode

The status code of the response. 200 indicates a successful request.

[JsonProperty("error-code")]
public string ErrorCode { get; set; }

Property Value

string

ErrorCodeLabel

The status code description

[JsonProperty("error-code-label")]
public string ErrorCodeLabel { get; set; }

Property Value

string