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