Interface IBuilderForSubAccountKey
- Namespace
- Vonage.SubAccounts.UpdateSubAccount
- Assembly
- Vonage.dll
Represents the first step of the builder requiring the subaccount API key.
public interface IBuilderForSubAccountKey
Methods
WithSubAccountKey(string)
Sets the unique API key of the subaccount to update.
IBuilderForOptional WithSubAccountKey(string value)
Parameters
valuestringThe subaccount API key.
Returns
- IBuilderForOptional
The builder for optional properties.