Table of Contents

Interface IBuilderForAmount

Namespace
Vonage.SubAccounts.TransferAmount
Assembly
Vonage.dll
public interface IBuilderForAmount

Methods

WithAmount(decimal)

Sets the amount to be transferred. Must be a non-negative value.

IBuilderForOptional WithAmount(decimal value)

Parameters

value decimal

Returns

IBuilderForOptional

Examples

.WithAmount(123.45m)