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