Interface CardRefundService.WithRawResponse
-
- All Implemented Interfaces:
public interface CardRefundService.WithRawResponseA view of CardRefundService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract HttpResponseFor<Transaction>create(SimulationCardRefundCreateParams params)Returns a raw HTTP response for post /simulations/card_refunds, but is otherwise the same as CardRefundService.create.-
-
Method Detail
-
create
abstract 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.
-
create
abstract HttpResponseFor<Transaction> create(SimulationCardRefundCreateParams params)
Returns a raw HTTP response for
post /simulations/card_refunds, but is otherwise the same as CardRefundService.create.
-
-
-
-