com.alipay.api.domain.ZhimaDataFeedbackurlQueryModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
alipay-sdk project for Spring Project
The newest version!
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 获取数据反馈模板
*
* @author auto create
* @since 1.0, 2017-02-16 15:46:19
*/
public class ZhimaDataFeedbackurlQueryModel extends AlipayObject {
private static final long serialVersionUID = 6517968184385611255L;
/**
* 在支付宝商户版注册支付宝账号id
*/
@ApiField("merchant_id")
private String merchantId;
public String getMerchantId() {
return this.merchantId;
}
public void setMerchantId(String merchantId) {
this.merchantId = merchantId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy