Package com.hyperwallet.clientsdk.model
Class HyperwalletVerificationDocument
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletVerificationDocument
-
public class HyperwalletVerificationDocument extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,String>uploadFiles
-
Constructor Summary
Constructors Constructor Description HyperwalletVerificationDocument()
-
Method Summary
-
-
-
Method Detail
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
category
public HyperwalletVerificationDocument category(String category)
-
getType
public String getType()
-
setType
public void setType(String type)
-
type
public HyperwalletVerificationDocument type(String type)
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
status
public HyperwalletVerificationDocument status(String status)
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
country
public HyperwalletVerificationDocument country(String country)
-
uploadFiles
public HyperwalletVerificationDocument uploadFiles(Map<String,String> uploadFiles)
-
getReasons
public List<HyperwalletVerificationDocumentReason> getReasons()
-
setReasons
public void setReasons(List<HyperwalletVerificationDocumentReason> reasons)
-
reasons
public HyperwalletVerificationDocument reasons(List<HyperwalletVerificationDocumentReason> reasons)
-
getCreatedOn
public Date getCreatedOn()
-
setCreatedOn
public void setCreatedOn(Date createdOn)
-
createdOn
public HyperwalletVerificationDocument createdOn(Date createdOn)
-
-