Package so.prelude.sdk.services.async
Class VerificationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.async.VerificationServiceAsync.WithRawResponse
public final class VerificationServiceAsyncImpl.WithRawResponseImpl implements VerificationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<VerificationCreateResponse>>
create(VerificationCreateParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<VerificationCheckResponse>>
check(VerificationCheckParams params, RequestOptions requestOptions)
-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<VerificationCreateResponse>> create(VerificationCreateParams params, RequestOptions requestOptions)
-
check
CompletableFuture<HttpResponseFor<VerificationCheckResponse>> check(VerificationCheckParams params, RequestOptions requestOptions)
-
-
-
-