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