Interface IBuilderForOptional
- Namespace
- Vonage.SubAccounts.CreateSubAccount
- Assembly
- Vonage.dll
public interface IBuilderForOptional : IVonageRequestBuilder<CreateSubAccountRequest>
- Inherited Members
Methods
DisableSharedAccountBalance()
Disables balance sharing with the primary account. By default, subaccounts share the primary account's balance.
IBuilderForOptional DisableSharedAccountBalance()
Returns
Examples
.DisableSharedAccountBalance()
WithSecret(string)
Sets the API secret for the subaccount. If not provided, a secret will be auto-generated.
IBuilderForOptional WithSecret(string value)
Parameters
valuestring
Returns
Examples
.WithSecret("MySecurePassword123")