Table of Contents

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

value string

Returns

IBuilderForOptional

Examples

.WithCountry("GB")