cn.com.antcloud.api.riskplus.v1_0.response.QueryRepayResultResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antcloud-api-riskplus Show documentation
Show all versions of antcloud-api-riskplus Show documentation
Ant Chain API SDK For Java
Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
// 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 cn.com.antcloud.api.riskplus.v1_0.model.RepayInfos;
import java.lang.Long;
import java.lang.String;
import java.util.List;
/**
* 2.12 天枢系统还款信息查询V2.0 */
public class QueryRepayResultResponse extends AntCloudProdResponse {
private String repayNo;
private String receiptNo;
private String customNo;
private String repayType;
private String repaySign;
private String repayAccount;
private String repayStatus;
private String failReason;
private List repayInfos;
private String repayDate;
private Long repayAmount;
private Long repayPrincipal;
private Long repayInterest;
private Long repayPunish;
/**
* 还款编号 */
public String getRepayNo() {
return this.repayNo;
}
/**
* 还款编号 */
public void setRepayNo(String repayNo) {
this.repayNo = repayNo;
}
/**
* 借据编号 */
public String getReceiptNo() {
return this.receiptNo;
}
/**
* 借据编号 */
public void setReceiptNo(String receiptNo) {
this.receiptNo = receiptNo;
}
/**
* 客户编号 */
public String getCustomNo() {
return this.customNo;
}
/**
* 客户编号 */
public void setCustomNo(String customNo) {
this.customNo = customNo;
}
/**
* 还款类型
* 1: 全部结清,
* 2:正常还款
* 3:当期结清
* 4:逾期还款
*/
public String getRepayType() {
return this.repayType;
}
/**
* 还款类型
* 1: 全部结清,
* 2:正常还款
* 3:当期结清
* 4:逾期还款
*/
public void setRepayType(String repayType) {
this.repayType = repayType;
}
/**
* 还款标志
* 1 线下还款
* 2 用户主动还款
* 3 系统代扣
*/
public String getRepaySign() {
return this.repaySign;
}
/**
* 还款标志
* 1 线下还款
* 2 用户主动还款
* 3 系统代扣
*/
public void setRepaySign(String repaySign) {
this.repaySign = repaySign;
}
/**
* 还款账户 */
public String getRepayAccount() {
return this.repayAccount;
}
/**
* 还款账户 */
public void setRepayAccount(String repayAccount) {
this.repayAccount = repayAccount;
}
/**
* 还款状态 */
public String getRepayStatus() {
return this.repayStatus;
}
/**
* 还款状态 */
public void setRepayStatus(String repayStatus) {
this.repayStatus = repayStatus;
}
/**
* 失败原因 */
public String getFailReason() {
return this.failReason;
}
/**
* 失败原因 */
public void setFailReason(String failReason) {
this.failReason = failReason;
}
/**
* 还款信息列表 */
public List getRepayInfos() {
return this.repayInfos;
}
/**
* 还款信息列表 */
public void setRepayInfos(List repayInfos) {
this.repayInfos = repayInfos;
}
/**
* 还款日期 */
public String getRepayDate() {
return this.repayDate;
}
/**
* 还款日期 */
public void setRepayDate(String repayDate) {
this.repayDate = repayDate;
}
/**
* 实还总额 */
public Long getRepayAmount() {
return this.repayAmount;
}
/**
* 实还总额 */
public void setRepayAmount(Long repayAmount) {
this.repayAmount = repayAmount;
}
/**
* 实还总本金 */
public Long getRepayPrincipal() {
return this.repayPrincipal;
}
/**
* 实还总本金 */
public void setRepayPrincipal(Long repayPrincipal) {
this.repayPrincipal = repayPrincipal;
}
/**
* 实还总利息 */
public Long getRepayInterest() {
return this.repayInterest;
}
/**
* 实还总利息 */
public void setRepayInterest(Long repayInterest) {
this.repayInterest = repayInterest;
}
/**
* 实收总罚息 */
public Long getRepayPunish() {
return this.repayPunish;
}
/**
* 实收总罚息 */
public void setRepayPunish(Long repayPunish) {
this.repayPunish = repayPunish;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy