Class PricingCountryRequest
Represents a request to retrieve pricing information for a specific country.
public class PricingCountryRequest
- Inheritance
-
PricingCountryRequest
- Inherited Members
Properties
Country
A two letter country code. For example, CA.
[JsonProperty("country")]
public string Country { get; set; }