using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCampaignDiscountBudgetCreateResponse. /// public class AlipayMarketingCampaignDiscountBudgetCreateResponse : AopResponse { /// /// 预算ID /// [XmlElement("budget_id")] public string BudgetId { get; set; } } }