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