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