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 abstract CompletableFuture<HttpResponseFor<SimulationCardAuthorizationCreateResponse>>create(SimulationCardAuthorizationCreateParams params, RequestOptions requestOptions)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)Returns a raw HTTP response for post /simulations/card_authorizations, but is otherwise the same as CardAuthorizationServiceAsync.create.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponseFor<SimulationCardAuthorizationCreateResponse>> create(SimulationCardAuthorizationCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/card_authorizations, but is otherwise the same as CardAuthorizationServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<SimulationCardAuthorizationCreateResponse>> create(SimulationCardAuthorizationCreateParams params)
Returns a raw HTTP response for
post /simulations/card_authorizations, but is otherwise the same as CardAuthorizationServiceAsync.create.
-
-
-
-