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

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

package com.alipay.api.response;

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

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: zhima.credit.pe.zmgo.cumulation.sync response.
 * 
 * @author auto create
 * @since 1.0, 2023-05-29 22:11:44
 */
public class ZhimaCreditPeZmgoCumulationSyncResponse extends AlipayResponse {

	private static final long serialVersionUID = 3353979947727181747L;

	/** 
	 * 芝麻go协议号,唯一标识一个芝麻go协议。
累计成功后返回此字段。
	 */
	@ApiField("agreement_no")
	private String agreementNo;

	/** 
	 * 数据回传失败原因描述。
累计失败后返回此字段。
	 */
	@ApiField("fail_reason")
	private String failReason;

	/** 
	 * 用户userId,蚂蚁统一会员ID。
累计成功后返回此字段。
	 */
	@ApiField("open_id")
	private String openId;

	/** 
	 * 外部业务号。需保证唯一,若接口调用失败,提示信息为更换幂等号,商户更换此字段重新发起调用。
累计成功后返回此字段。
	 */
	@ApiField("out_biz_no")
	private String outBizNo;

	/** 
	 * 用户userId,蚂蚁统一会员ID。
累计成功后返回此字段。
	 */
	@ApiField("user_id")
	private String userId;

	public void setAgreementNo(String agreementNo) {
		this.agreementNo = agreementNo;
	}
	public String getAgreementNo( ) {
		return this.agreementNo;
	}

	public void setFailReason(String failReason) {
		this.failReason = failReason;
	}
	public String getFailReason( ) {
		return this.failReason;
	}

	public void setOpenId(String openId) {
		this.openId = openId;
	}
	public String getOpenId( ) {
		return this.openId;
	}

	public void setOutBizNo(String outBizNo) {
		this.outBizNo = outBizNo;
	}
	public String getOutBizNo( ) {
		return this.outBizNo;
	}

	public void setUserId(String userId) {
		this.userId = userId;
	}
	public String getUserId( ) {
		return this.userId;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy