using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// AlipayTrustUserCertGetResponse.
///
public class AlipayTrustUserCertGetResponse : AopResponse
{
///
/// 芝麻信用认证结果
///
[XmlElement("ali_trust_cert")]
public AliTrustCert AliTrustCert { get; set; }
}
}