
com.alipay.api.domain.AlipayEbppInvoiceTitleBatchqueryInnerModel 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, 2016-12-22 21:53:37
*/
public class AlipayEbppInvoiceTitleBatchqueryInnerModel extends AlipayObject {
private static final long serialVersionUID = 3243237266451548565L;
/**
* 抬头所属支付宝用户id
*/
@ApiField("user_id")
private String userId;
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy