Class TransactionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.TransactionService.WithRawResponse
public final class TransactionServiceImpl.WithRawResponseImpl implements TransactionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<Transaction>retrieve(TransactionRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /transactions/{transaction_id}, but is otherwise the same as TransactionService.retrieve.HttpResponseFor<TransactionListPage>list(TransactionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /transactions, but is otherwise the same as TransactionService.list.-
-
Method Detail
-
retrieve
HttpResponseFor<Transaction> retrieve(TransactionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /transactions/{transaction_id}, but is otherwise the same as TransactionService.retrieve.
-
list
HttpResponseFor<TransactionListPage> list(TransactionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /transactions, but is otherwise the same as TransactionService.list.
-
-
-
-