using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayInsAutoAutoaftermarketOutorderSyncResponse.
///
public class AlipayInsAutoAutoaftermarketOutorderSyncResponse : AopResponse
{
///
/// 蚂蚁生成的订单号,跟服务商的订单号做一一映射
///
[XmlElement("ant_order_no")]
public string AntOrderNo { get; set; }
}
}