using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCardDeleteResponse. /// public class AlipayMarketingCardDeleteResponse : AopResponse { /// /// 支付宝端删卡业务流水号 /// [XmlElement("biz_serial_no")] public string BizSerialNo { get; set; } } }