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

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

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

public class CreatePersonalMerchantApplyRequest{

    /**
     * 自然人商户基本信息
     */
    private PersonalMerchantIdentityCO merchantIdentityCO;
    public PersonalMerchantIdentityCO getMerchantIdentityCO() {
        return merchantIdentityCO;
    }
    public void setMerchantIdentityCO(PersonalMerchantIdentityCO merchantIdentityCO) {
        this.merchantIdentityCO = merchantIdentityCO;
    }
    
    /**
     * 认证信息
     */
    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