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