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

com.alipay.api.response.AnttechBlockchainFinancePfIouQueryResponse Maven / Gradle / Ivy

Go to download

Alipay openapi SDK for Java Copyright © 2018 杭州蚂蚁金服 All rights reserved. 版权所有 (C)杭州蚂蚁金服 http://open.alipay.com

There is a newer version: 4.40.21.ALL
Show newest version
package com.alipay.api.response;

import com.alipay.api.internal.mapping.ApiField;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: anttech.blockchain.finance.pf.iou.query response.
 * 
 * @author auto create
 * @since 1.0, 2023-09-04 01:35:40
 */
public class AnttechBlockchainFinancePfIouQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 7317414214795649124L;

	/** 
	 * 借据Id
	 */
	@ApiField("credit_id")
	private String creditId;

	/** 
	 * 发放金额
	 */
	@ApiField("issued_amount")
	private String issuedAmount;

	/** 
	 * 贷款入账账号
	 */
	@ApiField("pay_in_account")
	private String payInAccount;

	/** 
	 * 备注
	 */
	@ApiField("remark")
	private String remark;

	/** 
	 * 还款账号
	 */
	@ApiField("repay_account")
	private String repayAccount;

	public void setCreditId(String creditId) {
		this.creditId = creditId;
	}
	public String getCreditId( ) {
		return this.creditId;
	}

	public void setIssuedAmount(String issuedAmount) {
		this.issuedAmount = issuedAmount;
	}
	public String getIssuedAmount( ) {
		return this.issuedAmount;
	}

	public void setPayInAccount(String payInAccount) {
		this.payInAccount = payInAccount;
	}
	public String getPayInAccount( ) {
		return this.payInAccount;
	}

	public void setRemark(String remark) {
		this.remark = remark;
	}
	public String getRemark( ) {
		return this.remark;
	}

	public void setRepayAccount(String repayAccount) {
		this.repayAccount = repayAccount;
	}
	public String getRepayAccount( ) {
		return this.repayAccount;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy