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

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

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.merchant;

public class ModifyMerchantApplyAuthRequest{

    /**
     * 申请业务ID
     */
    private String applyId;
    public String getApplyId() {
        return applyId;
    }
    public void setApplyId(String applyId) {
        this.applyId = applyId;
    }
    
    /**
     * 认证信息
     */
    private MerchantAuthCO merchantAuthCO;
    public MerchantAuthCO getMerchantAuthCO() {
        return merchantAuthCO;
    }
    public void setMerchantAuthCO(MerchantAuthCO merchantAuthCO) {
        this.merchantAuthCO = merchantAuthCO;
    }
    
    /**
     * 验证码
     */
    private String verifyCode;
    public String getVerifyCode() {
        return verifyCode;
    }
    public void setVerifyCode(String verifyCode) {
        this.verifyCode = verifyCode;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy