Interface CardReversalService.WithRawResponse
-
- All Implemented Interfaces:
public interface CardReversalService.WithRawResponseA view of CardReversalService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<CardPayment>create(SimulationCardReversalCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/card_reversals, but is otherwise the same as CardReversalService.create.abstract HttpResponseFor<CardPayment>create(SimulationCardReversalCreateParams params)Returns a raw HTTP response for post /simulations/card_reversals, but is otherwise the same as CardReversalService.create.-
-
Method Detail
-
create
abstract HttpResponseFor<CardPayment> create(SimulationCardReversalCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/card_reversals, but is otherwise the same as CardReversalService.create.
-
create
abstract HttpResponseFor<CardPayment> create(SimulationCardReversalCreateParams params)
Returns a raw HTTP response for
post /simulations/card_reversals, but is otherwise the same as CardReversalService.create.
-
-
-
-