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

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

package com.alipay.api.response;

import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.domain.AccessParams;
import com.alipay.api.domain.MerchantCard;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: ant.ocr.tes.consult response.
 * 
 * @author auto create
 * @since 1.0, 2023-03-28 14:21:03
 */
public class AntOcrTesConsultResponse extends AlipayResponse {

	private static final long serialVersionUID = 5716632918652683115L;

	/** 
	 * q
	 */
	@ApiField("hhgghfghj")
	private AccessParams hhgghfghj;

	/** 
	 * 2
	 */
	@ApiField("ppds")
	private String ppds;

	/** 
	 * 1
	 */
	@ApiField("test_3")
	private MerchantCard test3;

	public void setHhgghfghj(AccessParams hhgghfghj) {
		this.hhgghfghj = hhgghfghj;
	}
	public AccessParams getHhgghfghj( ) {
		return this.hhgghfghj;
	}

	public void setPpds(String ppds) {
		this.ppds = ppds;
	}
	public String getPpds( ) {
		return this.ppds;
	}

	public void setTest3(MerchantCard test3) {
		this.test3 = test3;
	}
	public MerchantCard getTest3( ) {
		return this.test3;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy