using System; using System.Collections.Generic; namespace SiteCore.taoObj { public class Trade_fullinfo_get_response_Obj { public Trade_fullinfo_get_response trade_fullinfo_get_response { get; set; } public class Trade_fullinfo_get_response { /// /// /// public Trade trade { get; set; } /// /// /// public string request_id { get; set; } } public class Trade { /// /// /// public string adjust_fee { get; set; } /// /// /// public string alipay_no { get; set; } /// /// /// public string available_confirm_fee { get; set; } /// /// /// public string buyer_alipay_no { get; set; } /// /// 移动 /// public string buyer_area { get; set; } /// /// /// public int num { get; set; } /// /// /// public long num_iid { get; set; } /// /// /// public string price { get; set; } /// /// /// public string buyer_cod_fee { get; set; } /// /// /// public string buyer_email { get; set; } /// /// 华丽衣装999 /// public string buyer_nick { get; set; } /// /// /// public int buyer_obtain_point_fee { get; set; } /// /// /// public string buyer_open_uid { get; set; } /// /// /// public bool buyer_rate { get; set; } /// /// /// public string cod_fee { get; set; } /// /// /// public string cod_status { get; set; } /// /// /// public string commission_fee { get; set; } /// /// /// public DateTime created { get; set; } /// /// /// public string discount_fee { get; set; } /// /// /// public bool has_post_fee { get; set; } /// /// /// public bool is_3D { get; set; } /// /// /// public bool is_brand_sale { get; set; } /// /// /// public bool is_force_wlb { get; set; } /// /// /// public bool is_lgtype { get; set; } /// /// /// public DateTime modified { get; set; } /// /// /// public DateTime end_time { get; set; } /// /// /// public bool new_presell { get; set; } /// /// /// public Orders orders { get; set; } /// /// /// public DateTime pay_time { get; set; } /// /// /// public string payment { get; set; } /// /// /// public int point_fee { get; set; } /// /// /// public string post_fee { get; set; } /// /// /// public int real_point_fee { get; set; } /// /// /// public string received_payment { get; set; } /// /// 东侨开发区亿利城一期11#705 /// public string receiver_address { get; set; } /// /// 宁德市 /// public string receiver_city { get; set; } /// /// 宁德市 /// public string receiver_town { get; set; } /// /// 蕉城区 /// public string receiver_district { get; set; } /// /// /// public string receiver_mobile { get; set; } /// /// /// public string receiver_phone { get; set; } /// /// 陈鹰 /// public string receiver_name { get; set; } /// /// 福建省 /// public string receiver_state { get; set; } /// /// /// public string receiver_zip { get; set; } /// /// /// public DateTime consign_time { get; set; } /// /// /// public DateTime delivery_time { get; set; } /// /// /// public string seller_alipay_no { get; set; } /// /// /// public string seller_cod_fee { get; set; } /// /// /// public string seller_email { get; set; } /// /// /// public int seller_flag { get; set; } /// /// /// public string seller_mobile { get; set; } /// /// 龙岩市印之美电子商务有限公司 /// public string seller_name { get; set; } /// /// 芳儒旗舰店 /// public string seller_nick { get; set; } /// /// /// public bool seller_rate { get; set; } /// /// /// public string shipping_type { get; set; } /// /// /// public string snapshot_url { get; set; } /// /// /// public string status { get; set; } /// /// /// public string tid { get; set; } /// /// /// public string tid_str { get; set; } /// /// 芳儒旗舰店 /// public string title { get; set; } /// /// /// public string total_fee { get; set; } /// /// /// public string trade_from { get; set; } /// /// /// public string buyer_message { get; set; } /// /// /// public string buyer_memo { get; set; } /// /// /// public string seller_memo { get; set; } /// /// /// public string type { get; set; } /// /// /// public bool you_xiang { get; set; } } public class Orders { /// /// /// public List order { get; set; } } public class Order { /// /// /// public string adjust_fee { get; set; } /// /// /// public bool buyer_rate { get; set; } /// /// /// public long cid { get; set; } /// /// /// public string discount_fee { get; set; } /// /// /// public string divide_order_fee { get; set; } /// /// /// public bool is_daixiao { get; set; } /// /// /// public bool is_oversold { get; set; } /// /// /// public int num { get; set; } /// /// /// public long num_iid { get; set; } /// /// /// public string oid { get; set; } /// /// /// public string oid_str { get; set; } /// /// /// public string order_from { get; set; } /// /// /// public string payment { get; set; } /// /// /// public string pic_path { get; set; } /// /// /// public string price { get; set; } /// /// /// public string refund_status { get; set; } /// /// /// public bool seller_rate { get; set; } /// /// /// public string seller_type { get; set; } /// /// /// public string snapshot_url { get; set; } /// /// /// public string status { get; set; } /// /// 宣传单设计制作广告扇子定制教育培训机构定做暑假美术托管班幼儿园地推宣传制作印字logo二维码推广图案定做 /// public string title { get; set; } /// /// /// public string total_fee { get; set; } /// /// /// public string sku_properties_name { get; set; } /// /// /// public string sku_id { get; set; } } } }