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