using System.Collections.Generic;
namespace SiteCore.taoObj
{
public class Api_tmc_trade_info_Obj
{
public Content content { get; set; }
public class Content
{
///
///
///
public string buyerMemo { get; set; }
///
///
///
public string discountFee { get; set; }
///
///
///
public string flag { get; set; }
///
///
///
public List lines { get; set; }
///
///
///
public string modifyTime { get; set; }
///
///
///
public string finishTime { get; set; }
///
///
///
public string openBuyerNick { get; set; }
public string openBuyerId { get; set; }
///
/// 悦加旗舰店
///
public string openSellerNick { get; set; }
///
///
///
public string orderTime { get; set; }
///
///
///
public string payTime { get; set; }
///
///
///
public string payment { get; set; }
///
///
///
public string posCode { get; set; }
///
///
///
public string postFee { get; set; }
///
///
///
public string receivedPayment { get; set; }
///
/// 重庆市
///
public string receiverCity { get; set; }
///
/// 中国
///
public string receiverCountry { get; set; }
///
/// 开州区
///
public string receiverDistrict { get; set; }
///
/// 重庆
///
public string receiverState { get; set; }
///
///
///
public string receiverTown { get; set; }
///
///
///
public string refOid { get; set; }
///
///
///
public string refType { get; set; }
///
///
///
public string refundStatus { get; set; }
///
/// 拿样订单
///
public string sellerMemo { get; set; }
///
///
///
public string serviceFee { get; set; }
///
///
///
public string shippingTime { get; set; }
///
///
///
public string status { get; set; }
///
///
///
public string totalFee { get; set; }
///
///
///
public string totalPrice { get; set; }
///
///
///
public string totalSellPrice { get; set; }
///
/// 收件人id
///
public string receiverId { get; set; }
public string createTime { get; set; }
}
public class LinesItem
{
///
///
///
public int num { get; set; }
///
///
///
public string outerId { get; set; }
///
///
///
public string price { get; set; }
///
///
///
public string refOlId { get; set; }
///
///
///
public string refSkuId { get; set; }
///
///
///
public string refSpuId { get; set; }
///
///
///
public string refundStatus { get; set; }
///
///
///
public string sellPrice { get; set; }
///
///
///
public string standards { get; set; }
///
///
///
public string status { get; set; }
///
/// 花店花束广告贴纸定制鲜花卡片logo创意设计订制透明干花商标定做二维码标贴制作防水花艺标签打印不干胶印制
///
public string title { get; set; }
///
///
///
public string totalPrice { get; set; }
///
///
///
public string totalSellPrice { get; set; }
public string totalFee { get; set; }
///
///
///
public string picUrl { get; set; }
}
}
}