com.alipay.api.response.AlipayMarketingCashlessvoucherTemplateCreateResponse Maven / Gradle / Ivy
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.marketing.cashlessvoucher.template.create response.
*
* @author auto create
* @since 1.0, 2017-09-21 17:03:48
*/
public class AlipayMarketingCashlessvoucherTemplateCreateResponse extends AlipayResponse {
private static final long serialVersionUID = 6575371971778168155L;
/**
* 模板ID
*/
@ApiField("template_id")
private String templateId;
public void setTemplateId(String templateId) {
this.templateId = templateId;
}
public String getTemplateId( ) {
return this.templateId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy