All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alipay.api.response.AlipayAssetVoucherTemplateInfoQuerybudgetResponse Maven / Gradle / Ivy

package com.alipay.api.response;

import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.VoucherTemplateBudgetDTO;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.asset.voucher.template.info.querybudget response.
 * 
 * @author auto create
 * @since 1.0, 2023-08-21 02:18:34
 */
public class AlipayAssetVoucherTemplateInfoQuerybudgetResponse extends AlipayResponse {

	private static final long serialVersionUID = 8683361482496963146L;

	/** 
	 * 券模板预算列表
	 */
	@ApiListField("template_list")
	@ApiField("voucher_template_budget_d_t_o")
	private List templateList;

	public void setTemplateList(List templateList) {
		this.templateList = templateList;
	}
	public List getTemplateList( ) {
		return this.templateList;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy