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