using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayWapUserAlipayinsideAuthapiResponse.
///
public class AlipayWapUserAlipayinsideAuthapiResponse : AopResponse
{
///
/// 页面接口无同步返回,authCode已notify方式返回,notify地址为商户在开放平台填写的回调地址
///
[XmlElement("auth_code")]
public string AuthCode { get; set; }
}
}