using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCardBenefitModifyResponse. /// public class AlipayMarketingCardBenefitModifyResponse : AopResponse { /// /// 权益修改结果;true成功:false失败 /// [XmlElement("result")] public bool Result { get; set; } } }