Class DeclinedTransactionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.DeclinedTransactionService.WithRawResponse
public final class DeclinedTransactionServiceImpl.WithRawResponseImpl implements DeclinedTransactionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<DeclinedTransaction>retrieve(DeclinedTransactionRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /declined_transactions/{declined_transaction_id}, but is otherwise the same as DeclinedTransactionService.retrieve.HttpResponseFor<DeclinedTransactionListPage>list(DeclinedTransactionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /declined_transactions, but is otherwise the same as DeclinedTransactionService.list.-
-
Method Detail
-
retrieve
HttpResponseFor<DeclinedTransaction> retrieve(DeclinedTransactionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /declined_transactions/{declined_transaction_id}, but is otherwise the same as DeclinedTransactionService.retrieve.
-
list
HttpResponseFor<DeclinedTransactionListPage> list(DeclinedTransactionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /declined_transactions, but is otherwise the same as DeclinedTransactionService.list.
-
-
-
-