
com.alipay.api.domain.AlipayEbppProdmodeInstshortnameQueryModel 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
baidu push client api with maven
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-06-22 16:17:10
*/
public class AlipayEbppProdmodeInstshortnameQueryModel extends AlipayObject {
private static final long serialVersionUID = 3726736838163384983L;
/**
* 出账机构中文名称
*/
@ApiField("chargeinst_cn_name")
private String chargeinstCnName;
public String getChargeinstCnName() {
return this.chargeinstCnName;
}
public void setChargeinstCnName(String chargeinstCnName) {
this.chargeinstCnName = chargeinstCnName;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy