With Raw Response Impl
Functions
Link copied to clipboard
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: FinancialAccountStatementListParams, requestOptions: RequestOptions): HttpResponseFor<FinancialAccountStatementListPageAsync>
@MustBeClosed
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
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
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): StatementServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.