using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// MybankCreditUserOpenCertifyCertifyResponse.
///
public class MybankCreditUserOpenCertifyCertifyResponse : AopResponse
{
///
/// auth_url
///
[XmlElement("auth_url")]
public string AuthUrl { get; set; }
}
}