Class NumberTransactionResponse
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
ErrorCodeLabel
The status code description
[JsonProperty("error-code-label")]
public string ErrorCodeLabel { get; set; }