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