using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayTrustUserReportGetResponse. /// public class AlipayTrustUserReportGetResponse : AopResponse { /// /// 报告内容,格式详见示例代码 /// [XmlElement("report")] public string Report { get; set; } } }