Table of Contents

Class PricingCountryRequest

Namespace
Vonage.Pricing
Assembly
Vonage.dll

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; }

Property Value

string