Class PricingPrefixRequest
Represents a request to retrieve pricing information for countries matching a dialing prefix.
public class PricingPrefixRequest
- Inheritance
-
PricingPrefixRequest
- Inherited Members
Properties
Prefix
The numerical dialing prefix to look up pricing for. Examples include 44, 1 and so on.
[JsonProperty("prefix")]
public string Prefix { get; set; }