
com.alipay.api.domain.AlipayEbppInvoiceTitleDynamicGetModel 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-07-25 11:27:57
*/
public class AlipayEbppInvoiceTitleDynamicGetModel extends AlipayObject {
private static final long serialVersionUID = 1295654796977374213L;
/**
* 抬头动态码
*/
@ApiField("bar_code")
private String barCode;
public String getBarCode() {
return this.barCode;
}
public void setBarCode(String barCode) {
this.barCode = barCode;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy