Class CardRefundServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.simulations.CardRefundService.WithRawResponse
public final class CardRefundServiceImpl.WithRawResponseImpl implements CardRefundService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<Transaction>create(SimulationCardRefundCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/card_refunds, but is otherwise the same as CardRefundService.create.-
-
Method Detail
-
create
HttpResponseFor<Transaction> create(SimulationCardRefundCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/card_refunds, but is otherwise the same as CardRefundService.create.
-
-
-
-