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
valuestring
Returns
Examples
.WithName("Department A")