using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayTradeOrderSettleResponse.
///
public class AlipayTradeOrderSettleResponse : AopResponse
{
///
/// 支付宝交易号
///
[JsonProperty("trade_no")]
public string TradeNo { get; set; }
}
}