using System; using System.Collections.Generic; namespace SiteCore.taoObj { public class Refunds_receive_get_response_Obj { public Refunds_receive_get_response refunds_receive_get_response { get; set; } public class Refunds_receive_get_response { /// /// /// public Refunds refunds { get; set; } /// /// /// public int total_results { get; set; } /// /// /// public string request_id { get; set; } } public class Refunds { /// /// /// public List refund { get; set; } } public class Refund { /// /// /// public string buyer_nick { get; set; } /// /// /// public DateTime created { get; set; } /// /// /// public string desc { get; set; } /// /// /// public string good_status { get; set; } /// /// /// public bool has_good_return { get; set; } /// /// /// public DateTime modified { get; set; } /// /// /// public string oid { get; set; } /// /// /// public string order_status { get; set; } /// /// /// public string payment { get; set; } /// /// 订单信息拍错(规格/尺码/颜色等) /// public string reason { get; set; } /// /// /// public string refund_fee { get; set; } /// /// /// public string refund_id { get; set; } /// /// /// public string refund_phase { get; set; } /// /// 芳儒旗舰店 /// public string seller_nick { get; set; } /// /// /// public string status { get; set; } /// /// /// public string tid { get; set; } /// /// 服装吊牌定制logo男装童装挂牌卡片商标烫金设计印刷内衣裤袜子帽子价格挂卡制作高端轻奢女装衣服店吊卡定做 /// public string title { get; set; } /// /// /// public string total_fee { get; set; } } } }