using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// TradeConfirmfeeGetResponse.
///
public class TradeConfirmfeeGetResponse : TopResponse
{
///
/// 获取到的交易确认收货费用
///
[XmlElement("trade_confirm_fee")]
public Top.Api.Domain.TradeConfirmFee TradeConfirmFee { get; set; }
}
}