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