using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCampaignPrizeAmountQueryResponse. /// public class AlipayMarketingCampaignPrizeAmountQueryResponse : AopResponse { /// /// 奖品剩余数量,数值 /// [XmlElement("remain_amount")] public string RemainAmount { get; set; } } }