using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCardTemplateCreateResponse. /// public class AlipayMarketingCardTemplateCreateResponse : AopResponse { /// /// 支付宝卡模板ID /// [XmlElement("template_id")] public string TemplateId { get; set; } } }