Package com.lithic.api.services.async
Interface ThreeDSServiceAsync
-
- All Implemented Interfaces:
public interface ThreeDSServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceThreeDSServiceAsync.WithRawResponseA view of ThreeDSServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract ThreeDSServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract ThreeDSServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract AuthenticationServiceAsyncauthentication()abstract DecisioningServiceAsyncdecisioning()-
-
Method Detail
-
withRawResponse
abstract ThreeDSServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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
abstract AuthenticationServiceAsync authentication()
-
decisioning
abstract DecisioningServiceAsync decisioning()
-
-
-
-