using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayPcreditHuabeiAuthOrderCloseResponse. /// public class AlipayPcreditHuabeiAuthOrderCloseResponse : AopResponse { /// /// 支付宝侧花呗冻结解冻操作单据id /// [XmlElement("auth_opt_id")] public string AuthOptId { get; set; } /// /// 商户本次操作的请求流水号 /// [XmlElement("out_request_no")] public string OutRequestNo { get; set; } } }