using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayTrustUserStandardVerifyGetResponse. /// public class AlipayTrustUserStandardVerifyGetResponse : AopResponse { /// /// 详见说明文档和代码样例 /// [XmlElement("verify_info")] public string VerifyInfo { get; set; } } }