Package com.lithic.api.services.async
Class ThreeDSServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.ThreeDSServiceAsync.WithRawResponse
public final class ThreeDSServiceAsyncImpl.WithRawResponseImpl implements ThreeDSServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ThreeDSServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuthenticationServiceAsync.WithRawResponseauthentication()DecisioningServiceAsync.WithRawResponsedecisioning()-
-
Method Detail
-
withOptions
ThreeDSServiceAsync.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
AuthenticationServiceAsync.WithRawResponse authentication()
-
decisioning
DecisioningServiceAsync.WithRawResponse decisioning()
-
-
-
-