com.fasc.open.api.v5_1.req.user.GetBankcardFourElementVerifyReq Maven / Gradle / Ivy
The newest version!
package com.fasc.open.api.v5_1.req.user;/**
* @author xjf
* @date 2023年09月22日 13:53
*/
import com.fasc.open.api.bean.base.BaseReq;
/**
*
*
* @author xjf
* @date 2023年09月22日 13:53
*/
public class GetBankcardFourElementVerifyReq extends BaseReq {
private String userName;
private String userIdentNo;
private String bankAccountNo;
private String mobile;
private String createSerialNo;
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
public String getUserIdentNo() {
return userIdentNo;
}
public void setUserIdentNo(String userIdentNo) {
this.userIdentNo = userIdentNo;
}
public String getBankAccountNo() {
return bankAccountNo;
}
public void setBankAccountNo(String bankAccountNo) {
this.bankAccountNo = bankAccountNo;
}
public String getMobile() {
return mobile;
}
public void setMobile(String mobile) {
this.mobile = mobile;
}
public String getCreateSerialNo() {
return createSerialNo;
}
public void setCreateSerialNo(String createSerialNo) {
this.createSerialNo = createSerialNo;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy