Functions

Link copied to clipboard
Link copied to clipboard
@MustBeClosed
open suspend fun list(financialAccountToken: String, requestOptions: RequestOptions): HttpResponseFor<FinancialAccountStatementListPageAsync>

@MustBeClosed
open suspend fun list(financialAccountToken: String, params: FinancialAccountStatementListParams = FinancialAccountStatementListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<FinancialAccountStatementListPageAsync>

Returns a raw HTTP response for get /v1/financial_accounts/{financial_account_token}/statements, but is otherwise the same as StatementServiceAsync.list.

Link copied to clipboard
@MustBeClosed
open suspend fun retrieve(statementToken: String, params: FinancialAccountStatementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<Statement>

Returns a raw HTTP response for get /v1/financial_accounts/{financial_account_token}/statements/{statement_token}, but is otherwise the same as StatementServiceAsync.retrieve.

open suspend override fun retrieve(params: FinancialAccountStatementRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<Statement>
Link copied to clipboard

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