Class CardReversalServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.simulations.CardReversalService.WithRawResponse
public final class CardReversalServiceImpl.WithRawResponseImpl implements CardReversalService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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.-
-
Method Detail
-
create
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.
-
-
-
-