Interface DeclinedTransactionService.WithRawResponse
-
- All Implemented Interfaces:
public interface DeclinedTransactionService.WithRawResponseA view of DeclinedTransactionService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<DeclinedTransaction>retrieve(DeclinedTransactionRetrieveParams params)Returns a raw HTTP response for get /declined_transactions/{declined_transaction_id}, but is otherwise the same as DeclinedTransactionService.retrieve.abstract HttpResponseFor<DeclinedTransaction>retrieve(DeclinedTransactionRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<DeclinedTransactionListPage>list()Returns a raw HTTP response for get /declined_transactions, but is otherwise the same as DeclinedTransactionService.list.abstract HttpResponseFor<DeclinedTransactionListPage>list(DeclinedTransactionListParams params, RequestOptions requestOptions)HttpResponseFor<DeclinedTransactionListPage>list(DeclinedTransactionListParams params)HttpResponseFor<DeclinedTransactionListPage>list(RequestOptions requestOptions)-
-
Method Detail
-
retrieve
@MustBeClosed() HttpResponseFor<DeclinedTransaction> retrieve(DeclinedTransactionRetrieveParams params)
Returns a raw HTTP response for
get /declined_transactions/{declined_transaction_id}, but is otherwise the same as DeclinedTransactionService.retrieve.
-
retrieve
@MustBeClosed() abstract HttpResponseFor<DeclinedTransaction> retrieve(DeclinedTransactionRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<DeclinedTransactionListPage> list()
Returns a raw HTTP response for
get /declined_transactions, but is otherwise the same as DeclinedTransactionService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<DeclinedTransactionListPage> list(DeclinedTransactionListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<DeclinedTransactionListPage> list(DeclinedTransactionListParams params)
-
list
@MustBeClosed() HttpResponseFor<DeclinedTransactionListPage> list(RequestOptions requestOptions)
-
-
-
-