Interface IBuilderForCountry
- Namespace
- Vonage.SubAccounts.TransferNumber
- Assembly
- Vonage.dll
public interface IBuilderForCountry
Methods
WithCountry(string)
Sets the two-character country code in ISO 3166-1 alpha-2 format (e.g., "GB", "US").
IBuilderForOptional WithCountry(string value)
Parameters
valuestring
Returns
Examples
.WithCountry("GB")