Class PendingTransactionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.PendingTransactionService.WithRawResponse
public final class PendingTransactionServiceImpl.WithRawResponseImpl implements PendingTransactionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<PendingTransaction>retrieve(PendingTransactionRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /pending_transactions/{pending_transaction_id}, but is otherwise the same as PendingTransactionService.retrieve.HttpResponseFor<PendingTransactionListPage>list(PendingTransactionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /pending_transactions, but is otherwise the same as PendingTransactionService.list.-
-
Method Detail
-
retrieve
HttpResponseFor<PendingTransaction> retrieve(PendingTransactionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /pending_transactions/{pending_transaction_id}, but is otherwise the same as PendingTransactionService.retrieve.
-
list
HttpResponseFor<PendingTransactionListPage> list(PendingTransactionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /pending_transactions, but is otherwise the same as PendingTransactionService.list.
-
-
-
-