Class NumberTransactionRequest
Represents a request to perform a transaction on a phone number, such as buying or canceling.
public class NumberTransactionRequest
- Inheritance
-
NumberTransactionRequest
- Inherited Members
Properties
Country
The two character country code in ISO 3166-1 alpha-2 format
[JsonProperty("country")]
public string Country { get; set; }
Property Value
Msisdn
An available inbound virtual number.
[JsonProperty("msisdn")]
public string Msisdn { get; set; }
Property Value
TargetApiKey
If you’d like to perform an action on a subaccount, provide the api_key of that account here. If you’d like to perform an action on your own account, you do not need to provide this field.
[JsonProperty("target_api_key")]
public string TargetApiKey { get; set; }