using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayWeiboEbppRechargeResponse. /// public class AlipayWeiboEbppRechargeResponse : AopResponse { /// /// 返回缴费页面 /// [XmlElement("partnerpuccharge")] public string Partnerpuccharge { get; set; } } }