Table of Contents

Interface IBuilderForName

Namespace
Vonage.SubAccounts.CreateSubAccount
Assembly
Vonage.dll
public interface IBuilderForName

Methods

WithName(string)

Sets the name of the subaccount; limited to 80 characters.

IBuilderForOptional WithName(string value)

Parameters

value string

Returns

IBuilderForOptional

Examples

.WithName("Department A")