using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayTrustUserReportGetResponse.
///
public class AlipayTrustUserReportGetResponse : AopResponse
{
///
/// 报告内容,格式详见示例代码
///
[JsonProperty("report")]
public string Report { get; set; }
}
}