Package com.lithic.api.services.async
Class FraudServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.FraudServiceAsync.WithRawResponse
public final class FraudServiceAsyncImpl.WithRawResponseImpl implements FraudServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description FraudServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TransactionServiceAsync.WithRawResponsetransactions()-
-
Method Detail
-
withOptions
FraudServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
transactions
TransactionServiceAsync.WithRawResponse transactions()
-
-
-
-