Click or drag to resize
ITransactionsResource Methods

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

The ITransactionsResource type exposes the following members.

Methods
  NameDescription
Public methodGetDetailsAsStreamAsync
Returns the details of a transaction.
Public methodGetDetailsAsync(String, String, AccountsParameters)
Returns the details of a transaction.
Public methodGetDetailsAsync(String, String, AccountsParameters, CancellationToken)
Returns the details of a transaction.
Public methodGetListAsStreamAsync
Returns a list of transactions (such as deposits, withdrawals, and transfers) for a single, specified account.
Public methodGetListAsync(String, NullableGroup, NullableAssetType, NullableTransactionType, String, NullableDateTime, NullableDateTime, NullableUInt32, String, AccountsParameters)
Returns a list of transactions (such as deposits, withdrawals, and transfers) for a single, specified account.
Public methodGetListAsync(String, NullableGroup, NullableAssetType, NullableTransactionType, String, NullableDateTime, NullableDateTime, NullableUInt32, String, AccountsParameters, CancellationToken)
Returns a list of transactions (such as deposits, withdrawals, and transfers) for a single, specified account.
Top
See Also