using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipayOverseasTaxAdvancedUnfreezeModel Data Structure.
///
[Serializable]
public class AlipayOverseasTaxAdvancedUnfreezeModel : AopObject
{
///
/// 支付宝退税资金订单号
///
[XmlElement("tax_refund_no")]
public string TaxRefundNo { get; set; }
}
}