using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingExchangevoucherUseResponse. /// public class AlipayMarketingExchangevoucherUseResponse : AopResponse { /// /// 被核销的券ID /// [XmlElement("voucher_id")] public string VoucherId { get; set; } } }