Class KycServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.entities.KycService
public final class KycServiceImpl implements KycService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKycServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description KycService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. KycServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DocumentServicedocument()KycInforetrieve(KycRetrieveParams params, RequestOptions requestOptions)KycCreateManagedCheckResponsecreateManagedCheck(KycCreateManagedCheckParams params, RequestOptions requestOptions)KycInfosubmit(KycSubmitParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.entities.KycService
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
KycService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
KycService 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 document()
-
retrieve
KycInfo retrieve(KycRetrieveParams params, RequestOptions requestOptions)
-
createManagedCheck
KycCreateManagedCheckResponse createManagedCheck(KycCreateManagedCheckParams params, RequestOptions requestOptions)
-
submit
KycInfo submit(KycSubmitParams params, RequestOptions requestOptions)
-
-
-
-