Statement Service Async Impl
Functions
Link copied to clipboard
Link copied to clipboard
open suspend fun list(financialAccountToken: String, requestOptions: RequestOptions): FinancialAccountStatementListPageAsync
open suspend override fun list(params: FinancialAccountStatementListParams, 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
open suspend fun retrieve(statementToken: String, params: FinancialAccountStatementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): Statement
Get a specific statement for a given financial account.
open suspend override fun retrieve(params: FinancialAccountStatementRetrieveParams, requestOptions: RequestOptions): Statement
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.