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