AccountActivityServiceAsync

Types

Link copied to clipboard
interface WithRawResponse

A view of AccountActivityServiceAsync that provides access to raw HTTP responses for each method.

Functions

Link copied to clipboard
open suspend fun list(requestOptions: RequestOptions): AccountActivityListPageAsync

abstract suspend fun list(params: AccountActivityListParams = AccountActivityListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): AccountActivityListPageAsync

Retrieve a list of transactions across all public accounts.

Link copied to clipboard
open suspend fun retrieveTransaction(transactionToken: String, requestOptions: RequestOptions): AccountActivityRetrieveTransactionResponse

open suspend fun retrieveTransaction(transactionToken: String, params: AccountActivityRetrieveTransactionParams = AccountActivityRetrieveTransactionParams.none(), requestOptions: RequestOptions = RequestOptions.none()): AccountActivityRetrieveTransactionResponse

Retrieve a single transaction

Link copied to clipboard

Returns a view of this service with the given option modifications applied.

Link copied to clipboard

Returns a view of this service that provides access to raw HTTP responses for each method.