Class KycServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.entities.KycServiceAsync
public final class KycServiceAsyncImpl implements KycServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKycServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description KycServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. KycServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DocumentServiceAsyncdocument()CompletableFuture<KycInfo>retrieve(KycRetrieveParams params, RequestOptions requestOptions)CompletableFuture<KycCreateManagedCheckResponse>createManagedCheck(KycCreateManagedCheckParams params, RequestOptions requestOptions)CompletableFuture<KycInfo>submit(KycSubmitParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.entities.KycServiceAsync
createManagedCheck, createManagedCheck, createManagedCheck, createManagedCheck, createManagedCheck, retrieve, retrieve, retrieve, retrieve, retrieve, submit, submit, submit -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
KycServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
KycServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
document
DocumentServiceAsync document()
-
retrieve
CompletableFuture<KycInfo> retrieve(KycRetrieveParams params, RequestOptions requestOptions)
-
createManagedCheck
CompletableFuture<KycCreateManagedCheckResponse> createManagedCheck(KycCreateManagedCheckParams params, RequestOptions requestOptions)
-
submit
CompletableFuture<KycInfo> submit(KycSubmitParams params, RequestOptions requestOptions)
-
-
-
-