Statement Service Async
Types
Link copied to clipboard
interface WithRawResponse
A view of StatementServiceAsync that provides access to raw HTTP responses for each method.
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun list(params: FinancialAccountStatementListParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialAccountStatementListPageAsync
open suspend fun list(financialAccountToken: String, requestOptions: RequestOptions): FinancialAccountStatementListPageAsync
open suspend fun list(financialAccountToken: String, params: FinancialAccountStatementListParams = FinancialAccountStatementListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): FinancialAccountStatementListPageAsync
List the statements for a given financial account.
Link copied to clipboard
abstract suspend fun retrieve(params: FinancialAccountStatementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): Statement
open suspend fun retrieve(statementToken: String, params: FinancialAccountStatementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): Statement
Get a specific statement for a given financial account.
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.