Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.SubAccounts.TransferAmount
Assembly
Vonage.dll
public interface IBuilderForOptional : IVonageRequestBuilder<TransferAmountRequest>
Inherited Members

Methods

WithReference(string)

Sets a reference for the transfer. This reference is added to the audit log.

IBuilderForOptional WithReference(string value)

Parameters

value string

Returns

IBuilderForOptional

Examples

.WithReference("Monthly credit allocation")