Interface AccountStatementServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AccountStatementServiceAsync.WithRawResponseA view of AccountStatementServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<AccountStatement>>retrieve(AccountStatementRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /account_statements/{account_statement_id}, but is otherwise the same as AccountStatementServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<AccountStatement>>retrieve(AccountStatementRetrieveParams params)Returns a raw HTTP response for get /account_statements/{account_statement_id}, but is otherwise the same as AccountStatementServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>>list(AccountStatementListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.abstract CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>>list(AccountStatementListParams params)Returns a raw HTTP response for get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.abstract CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>>list()Returns a raw HTTP response for get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.-
-
Method Detail
-
retrieve
abstract CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(AccountStatementRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_statements/{account_statement_id}, but is otherwise the same as AccountStatementServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(AccountStatementRetrieveParams params)
Returns a raw HTTP response for
get /account_statements/{account_statement_id}, but is otherwise the same as AccountStatementServiceAsync.retrieve.
-
list
abstract CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(AccountStatementListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(AccountStatementListParams params)
Returns a raw HTTP response for
get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list()
Returns a raw HTTP response for
get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.
-
-
-
-