cn.com.antcloud.api.riskplus.v1_0.response.QueryCustomerAgreementsignResponse Maven / Gradle / Ivy
//
// Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
package cn.com.antcloud.api.riskplus.v1_0.response;
import cn.com.antcloud.api.product.AntCloudProdResponse;
import java.lang.String;
import java.util.Date;
/**
* 天枢系统协议签约查询(支付宝) */
public class QueryCustomerAgreementsignResponse extends AntCloudProdResponse {
private String customNo;
private String transSerials;
private String status;
private Date signTime;
private Date validTime;
private Date invalidTime;
private String customName;
private String alipayUserId;
private String protocolNo;
/**
* 客户编号 */
public String getCustomNo() {
return this.customNo;
}
/**
* 客户编号 */
public void setCustomNo(String customNo) {
this.customNo = customNo;
}
/**
* 流水号(代扣协议中标示用户的唯一签约号) */
public String getTransSerials() {
return this.transSerials;
}
/**
* 流水号(代扣协议中标示用户的唯一签约号) */
public void setTransSerials(String transSerials) {
this.transSerials = transSerials;
}
/**
* 协议签约状态(0-成功1-失败2-处理中) */
public String getStatus() {
return this.status;
}
/**
* 协议签约状态(0-成功1-失败2-处理中) */
public void setStatus(String status) {
this.status = status;
}
/**
* 协议签约时间(支付宝代扣协议的实际签约时间,格式为yyyy-MM-dd HH:mm:ss) */
public Date getSignTime() {
return this.signTime;
}
/**
* 协议签约时间(支付宝代扣协议的实际签约时间,格式为yyyy-MM-dd HH:mm:ss) */
public void setSignTime(Date signTime) {
this.signTime = signTime;
}
/**
* 协议生效时间(用户代扣协议的实际生效时间,格式为yyyy-MM-dd HH:mm:ss) */
public Date getValidTime() {
return this.validTime;
}
/**
* 协议生效时间(用户代扣协议的实际生效时间,格式为yyyy-MM-dd HH:mm:ss) */
public void setValidTime(Date validTime) {
this.validTime = validTime;
}
/**
* 协议失效时间(用户代扣协议的失效时间,格式为yyyy-MM-dd HH:mm:ss) */
public Date getInvalidTime() {
return this.invalidTime;
}
/**
* 协议失效时间(用户代扣协议的失效时间,格式为yyyy-MM-dd HH:mm:ss) */
public void setInvalidTime(Date invalidTime) {
this.invalidTime = invalidTime;
}
/**
* 客户名称 */
public String getCustomName() {
return this.customName;
}
/**
* 客户名称 */
public void setCustomName(String customName) {
this.customName = customName;
}
/**
* 支付宝会员id */
public String getAlipayUserId() {
return this.alipayUserId;
}
/**
* 支付宝会员id */
public void setAlipayUserId(String alipayUserId) {
this.alipayUserId = alipayUserId;
}
/**
* 用以唯一标识用户签约记录的编号 */
public String getProtocolNo() {
return this.protocolNo;
}
/**
* 用以唯一标识用户签约记录的编号 */
public void setProtocolNo(String protocolNo) {
this.protocolNo = protocolNo;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy