Package so.prelude.sdk.services.async
Class VerificationServiceAsyncImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.async.VerificationServiceAsync
public final class VerificationServiceAsyncImpl implements VerificationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
VerificationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description VerificationServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<VerificationCreateResponse>
create(VerificationCreateParams params, RequestOptions requestOptions)
CompletableFuture<VerificationCheckResponse>
check(VerificationCheckParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
VerificationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<VerificationCreateResponse> create(VerificationCreateParams params, RequestOptions requestOptions)
-
check
CompletableFuture<VerificationCheckResponse> check(VerificationCheckParams params, RequestOptions requestOptions)
-
-
-
-