All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eleme.openapi.sdk.api.entity.merchant.PersonalIdentityVerifyRequest Maven / Gradle / Ivy

The newest version!
package eleme.openapi.sdk.api.entity.merchant;

public class PersonalIdentityVerifyRequest{

    /**
     * 个人证件类型
     */
    private String licenseType;
    public String getLicenseType() {
        return licenseType;
    }
    public void setLicenseType(String licenseType) {
        this.licenseType = licenseType;
    }
    
    /**
     * 个人证件号码
     */
    private String licenseNo;
    public String getLicenseNo() {
        return licenseNo;
    }
    public void setLicenseNo(String licenseNo) {
        this.licenseNo = licenseNo;
    }
    
    /**
     * 商家信息签名
     */
    private String signature;
    public String getSignature() {
        return signature;
    }
    public void setSignature(String signature) {
        this.signature = signature;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy