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

com.fasc.open.api.v5_1.req.user.GetIdCardImageDownloadUrlReq Maven / Gradle / Ivy

The newest version!
package com.fasc.open.api.v5_1.req.user;


import com.fasc.open.api.bean.base.BaseReq;

public class GetIdCardImageDownloadUrlReq extends BaseReq {

    private String verifyId ;

    public String getVerifyId() {
        return verifyId;
    }

    public void setVerifyId(String verifyId) {
        this.verifyId = verifyId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy