using System.Collections.Generic; namespace SiteCore.taoObj { public class Api_tmc_refund_info_Obj { public Content content { get; set; } public class Content { /// /// 翊喜旗舰店 /// public string openSellerNick { get; set; } /// /// 7天无理由退换货 /// public string reason { get; set; } /// /// /// public string refundFee { get; set; } /// /// /// public string orderStatus { get; set; } /// /// /// public string refundPhase { get; set; } /// /// /// public string updateTime { get; set; } /// /// /// public string logisticsOrderNo { get; set; } /// /// /// public string refPlatform { get; set; } /// /// /// public string type { get; set; } /// /// /// public string refAid { get; set; } /// /// /// public string refOid { get; set; } /// /// /// public string createTime { get; set; } /// /// /// public string totalFee { get; set; } /// /// /// public string logisticsCompany { get; set; } /// /// /// public string posCode { get; set; } /// /// /// public string openBuyerNick { get; set; } /// /// /// public List lines { get; set; } /// /// /// public string desc { get; set; } /// /// /// public string status { get; set; } } public class Lines { /// /// /// public double refundFee { get; set; } /// /// /// public string refAlId { get; set; } /// /// /// public double num { get; set; } /// /// /// public string refSkuId { get; set; } /// /// /// public string refOlId { get; set; } /// /// /// public string refundStatus { get; set; } /// /// 母亲节礼物袋礼品袋子小号手提高档大包装袋精致生日伴手礼袋纸袋 /// public string title { get; set; } /// /// /// public string refAid { get; set; } /// /// /// public string refSpuId { get; set; } /// /// /// public string refOid { get; set; } /// /// /// public string refBoughtSkuId { get; set; } /// /// /// public double totalFee { get; set; } /// /// /// public double price { get; set; } /// /// /// public string outerId { get; set; } } } }