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
valueDateTimeOffset
Returns
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
valuestring
Returns
Examples
.WithSubAccountKey("bbe6222f")