Package com.lithic.api.services.async
Class ThreeDSServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.ThreeDSServiceAsync
public final class ThreeDSServiceAsyncImpl implements ThreeDSServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classThreeDSServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ThreeDSServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ThreeDSServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuthenticationServiceAsyncauthentication()DecisioningServiceAsyncdecisioning()-
-
Method Detail
-
withRawResponse
ThreeDSServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ThreeDSServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
authentication
AuthenticationServiceAsync authentication()
-
decisioning
DecisioningServiceAsync decisioning()
-
-
-
-