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

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

package com.alipay.api.response;

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

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: anttech.blockchain.finance.pf.payment.query response.
 * 
 * @author auto create
 * @since 1.0, 2023-08-20 16:48:58
 */
public class AnttechBlockchainFinancePfPaymentQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 1288718996399262814L;

	/** 
	 * 入账状态
	 */
	@ApiField("account_in_status")
	private String accountInStatus;

	/** 
	 * 个性化参数
	 */
	@ApiField("parm")
	private String parm;

	public void setAccountInStatus(String accountInStatus) {
		this.accountInStatus = accountInStatus;
	}
	public String getAccountInStatus( ) {
		return this.accountInStatus;
	}

	public void setParm(String parm) {
		this.parm = parm;
	}
	public String getParm( ) {
		return this.parm;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy