Package com.lithic.api.services.blocking
Class ThreeDSServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.ThreeDSService.WithRawResponse
public final class ThreeDSServiceImpl.WithRawResponseImpl implements ThreeDSService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ThreeDSService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuthenticationService.WithRawResponseauthentication()DecisioningService.WithRawResponsedecisioning()-
-
Method Detail
-
withOptions
ThreeDSService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
authentication
AuthenticationService.WithRawResponse authentication()
-
decisioning
DecisioningService.WithRawResponse decisioning()
-
-
-
-