Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletVerificationDocument
-
Packages that use HyperwalletVerificationDocument Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model com.hyperwallet.clientsdk.util -
-
Uses of HyperwalletVerificationDocument in com.hyperwallet.clientsdk
Method parameters in com.hyperwallet.clientsdk with type arguments of type HyperwalletVerificationDocument Modifier and Type Method Description HyperwalletBusinessStakeholderHyperwallet. uploadStakeholderDocuments(String userToken, String businessStakeholderToken, List<HyperwalletVerificationDocument> uploadData)Uploading documents for Business StakeholderHyperwalletUserHyperwallet. uploadUserDocuments(String userToken, List<HyperwalletVerificationDocument> uploadData)Upload documents -
Uses of HyperwalletVerificationDocument in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletVerificationDocument Modifier and Type Method Description HyperwalletVerificationDocumentHyperwalletVerificationDocument. category(String category)HyperwalletVerificationDocumentHyperwalletVerificationDocument. country(String country)HyperwalletVerificationDocumentHyperwalletVerificationDocument. createdOn(Date createdOn)HyperwalletVerificationDocumentHyperwalletVerificationDocument. reasons(List<HyperwalletVerificationDocumentReason> reasons)HyperwalletVerificationDocumentHyperwalletVerificationDocument. status(String status)HyperwalletVerificationDocumentHyperwalletVerificationDocument. type(String type)HyperwalletVerificationDocumentHyperwalletVerificationDocument. uploadFiles(Map<String,String> uploadFiles)Methods in com.hyperwallet.clientsdk.model that return types with arguments of type HyperwalletVerificationDocument Modifier and Type Method Description List<HyperwalletVerificationDocument>HyperwalletBusinessStakeholder. getDocuments()List<HyperwalletVerificationDocument>HyperwalletUser. getDocuments()Method parameters in com.hyperwallet.clientsdk.model with type arguments of type HyperwalletVerificationDocument Modifier and Type Method Description HyperwalletBusinessStakeholderHyperwalletBusinessStakeholder. documents(List<HyperwalletVerificationDocument> documents)HyperwalletUserHyperwalletUser. documents(List<HyperwalletVerificationDocument> documents)voidHyperwalletBusinessStakeholder. setDocuments(List<HyperwalletVerificationDocument> documents)voidHyperwalletUser. setDocuments(List<HyperwalletVerificationDocument> documents) -
Uses of HyperwalletVerificationDocument in com.hyperwallet.clientsdk.util
Method parameters in com.hyperwallet.clientsdk.util with type arguments of type HyperwalletVerificationDocument Modifier and Type Method Description static MultipartHyperwalletMultipartUtils. convert(List<HyperwalletVerificationDocument> uploadList)
-