using System;
using System.Collections.Generic;
namespace SiteCore.taoObj
{
public class Trades_sold_get_response_Obj
{
///
///
///
public Trades_sold_get_response trades_sold_get_response { get; set; }
public class Trades_sold_get_response
{
///
///
///
public int total_results { get; set; }
///
///
///
public Trades trades { get; set; }
///
///
///
public string request_id { get; set; }
}
public class Order
{
///
///
///
public string adjust_fee { get; set; }
///
///
///
public bool buyer_rate { get; set; }
///
///
///
public int cid { get; set; }
///
///
///
public string discount_fee { get; set; }
///
///
///
public string divide_order_fee { get; set; }
///
///
///
public bool is_daixiao { get; set; }
///
///
///
public int num { get; set; }
///
///
///
public long num_iid { get; set; }
///
///
///
public string oid { get; set; }
///
///
///
public string part_mjz_discount { 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 sku_id { get; set; }
///
/// 印刷数量:200份及以下;幅面:其他;纸张类型:其他;颜色分类:定制专拍
///
public string sku_properties_name { get; set; }
///
///
///
public string status { get; set; }
///
/// 宣传单印制彩页印刷制作开业菜单免费设计三折页企业定制定做小批量打印dm单页公司画册双面彩印A4广告说明书
///
public string title { get; set; }
///
///
///
public string total_fee { get; set; }
}
public class Orders
{
///
///
///
public List order { get; set; }
}
public class Trade
{
///
///
///
public string adjust_fee { get; set; }
///
///
///
public long alipay_id { get; set; }
///
///
///
public string alipay_no { get; set; }
///
/// 广西桂平电信
///
public string buyer_area { get; set; }
///
/// 恶狼赋
///
public string buyer_nick { get; set; }
///
///
///
public int buyer_obtain_point_fee { get; set; }
///
///
///
public bool buyer_rate { get; set; }
///
///
///
public string cod_fee { get; set; }
///
///
///
public string cod_status { get; set; }
///
///
///
public DateTime created { get; set; }
///
///
///
public string discount_fee { 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 int num { get; set; }
///
///
///
public long num_iid { get; set; }
///
///
///
public Orders orders { get; set; }
///
///
///
public DateTime pay_time { get; set; }
///
///
///
public string payment { get; set; }
///
///
///
public string pic_path { get; set; }
///
///
///
public int point_fee { get; set; }
///
///
///
public string post_fee { get; set; }
///
///
///
public string price { get; set; }
///
///
///
public int real_point_fee { get; set; }
///
///
///
public string received_payment { get; set; }
///
/// 港城街道 3一德中学旁龙塘杂货店
///
public string receiver_address { get; set; }
///
/// 贵港市
///
public string receiver_city { get; set; }
///
/// 港北区
///
public string receiver_district { get; set; }
///
///
///
public string receiver_mobile { get; set; }
///
/// 灰灰
///
public string receiver_name { get; set; }
///
/// 广西壮族自治区
///
public string receiver_state { get; set; }
///
///
///
public string receiver_zip { get; set; }
///
///
///
public int seller_flag { get; set; }
///
/// 芳儒旗舰店
///
public string seller_nick { get; set; }
///
///
///
public bool seller_rate { get; set; }
///
///
///
public string shipping_type { get; set; }
///
///
///
public string status { get; set; }
///
///
///
public string tid { get; set; }
///
/// 芳儒旗舰店
///
public string title { get; set; }
///
///
///
public string total_fee { get; set; }
///
///
///
public string trade_from { get; set; }
///
///
///
public string type { get; set; }
}
public class Trades
{
///
///
///
public List trade { get; set; }
}
}
}