NewGaoKaoApi/PaymentSDK/AliPay/Response/MybankCreditUserOpenCertify...

18 lines
396 B
C#

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