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
valuedecimal
Returns
Examples
.WithAmount(123.45m)