Class KycServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.entities.KycServiceAsync.WithRawResponse
public final class KycServiceAsyncImpl.WithRawResponseImpl implements KycServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description KycServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DocumentServiceAsync.WithRawResponsedocument()CompletableFuture<HttpResponseFor<KycInfo>>retrieve(KycRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<KycCreateManagedCheckResponse>>createManagedCheck(KycCreateManagedCheckParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<KycInfo>>submit(KycSubmitParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.entities.KycServiceAsync.WithRawResponse
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
-
withOptions
KycServiceAsync.WithRawResponse 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.WithRawResponse document()
-
retrieve
CompletableFuture<HttpResponseFor<KycInfo>> retrieve(KycRetrieveParams params, RequestOptions requestOptions)
-
createManagedCheck
CompletableFuture<HttpResponseFor<KycCreateManagedCheckResponse>> createManagedCheck(KycCreateManagedCheckParams params, RequestOptions requestOptions)
-
submit
CompletableFuture<HttpResponseFor<KycInfo>> submit(KycSubmitParams params, RequestOptions requestOptions)
-
-
-
-