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