using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayPcreditHuabeiAuthAgreementCloseResponse.
///
public class AlipayPcreditHuabeiAuthAgreementCloseResponse : AopResponse
{
///
/// 外部请求号
///
[XmlElement("out_request_no")]
public string OutRequestNo { get; set; }
}
}