Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.SubAccounts.GetTransfers
Assembly
Vonage.dll
public interface IBuilderForOptional : IVonageRequestBuilder<GetTransfersRequest>
Inherited Members

Methods

WithEndDate(DateTimeOffset)

Sets the end of the retrieval period. If not specified, all transfers until now are returned.

IBuilderForOptional WithEndDate(DateTimeOffset value)

Parameters

value DateTimeOffset

Returns

IBuilderForOptional

Examples

.WithEndDate(DateTimeOffset.UtcNow)

WithSubAccountKey(string)

Sets a subaccount API key to filter results. Only transfers involving this subaccount will be returned.

IBuilderForOptional WithSubAccountKey(string value)

Parameters

value string

Returns

IBuilderForOptional

Examples

.WithSubAccountKey("bbe6222f")