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 HttpResponseFor<CardPayment>create(CardIncrementCreateParams params)Returns a raw HTTP response for post /simulations/card_increments, but is otherwise the same as CardIncrementService.create.abstract HttpResponseFor<CardPayment>create(CardIncrementCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() HttpResponseFor<CardPayment> create(CardIncrementCreateParams params)
Returns a raw HTTP response for
post /simulations/card_increments, but is otherwise the same as CardIncrementService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<CardPayment> create(CardIncrementCreateParams params, RequestOptions requestOptions)
-
-
-
-