Table of Contents

Class PricingPrefixRequest

Namespace
Vonage.Pricing
Assembly
Vonage.dll

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

Property Value

string