|
|
|
namespace SDKAdapter.OperationPlatform.Models
|
|
|
|
{
|
|
|
|
public class OP_OrderResponse
|
|
|
|
{
|
|
|
|
#region 常规数据
|
|
|
|
public string OrderId { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 第三方业务订单号
|
|
|
|
/// </summary>
|
|
|
|
public string ClientOrderId { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 下单用户
|
|
|
|
/// </summary>
|
|
|
|
public string UserAccount { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 第三方扩展信息
|
|
|
|
/// </summary>
|
|
|
|
public string Extended { get; set; }
|
|
|
|
|
|
|
|
public DateTime StartTime { get; set; }
|
|
|
|
|
|
|
|
public DateTime? EndTime { get; set; }
|
|
|
|
|
|
|
|
public DateTime ModifyTime { get; set; }
|
|
|
|
|
|
|
|
public AdapterEnums.PlatformType OrderPlatform { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 支付类型
|
|
|
|
/// <para>京东【 货到付款 = 1,邮局汇款 = 2,自提 = 3,在线支付 = 4,公司转账 = 5,银行卡转账 = 6】</para>
|
|
|
|
/// <para>拳探【】</para>
|
|
|
|
/// </summary>
|
|
|
|
public int PayType { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 是否支付
|
|
|
|
/// </summary>
|
|
|
|
public bool IsPay { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 下单来源
|
|
|
|
/// <para>京东【】</para>
|
|
|
|
/// <para>拳探【0 = 拳探,1 = 步步为盈C端】</para>
|
|
|
|
/// </summary>
|
|
|
|
public int OrderSource { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 订单状态
|
|
|
|
/// <para>京东【WAIT_SELLER_STOCK_OUT 等待出库,WAIT_GOODS_RECEIVE_CONFIRM 等待确认收货,WAIT_SELLER_DELIVERY等待发货(只适用于海外购商家,含义为'等待境内发货'标签下的订单,非海外购商家无需使用) , PAUSE 暂停(loc订单可通过此状态获取),FINISHED_L 完成,TRADE_CANCELED 取消,LOCKED 已锁定,POP_ORDER_PAUSE pop业务暂停】</para>
|
|
|
|
/// <para>拳探【订单状态:-1、已退款;0、待发货;1、待收货;2、待评价;3、已完成; 】</para>
|
|
|
|
/// </summary>
|
|
|
|
public string OrderState { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 订单总价
|
|
|
|
/// </summary>
|
|
|
|
public decimal OrderTotalAmount { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 订单货款
|
|
|
|
/// </summary>
|
|
|
|
public decimal OrderProductAmount { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 用户应付
|
|
|
|
/// </summary>
|
|
|
|
public decimal OrderPayment { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 商家实收金额
|
|
|
|
/// </summary>
|
|
|
|
public decimal PaidInAmount { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 平台补贴金额
|
|
|
|
/// </summary>
|
|
|
|
public decimal PreferentialAmount { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 商家优惠金额
|
|
|
|
/// </summary>
|
|
|
|
public decimal SellerPreferentialAmount { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 用户承担的运费
|
|
|
|
/// </summary>
|
|
|
|
public decimal FreightAmount { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 买家备注
|
|
|
|
/// </summary>
|
|
|
|
public string BuyerRemark { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 商家备注
|
|
|
|
/// </summary>
|
|
|
|
public string VenderRemark { get; set; }
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region 收货人信息
|
|
|
|
/// <summary>
|
|
|
|
/// 收货人信息
|
|
|
|
/// </summary>
|
|
|
|
public OP_OrderConsigneeResponse Consignee { get; set; }
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region 商品信息
|
|
|
|
public IList<OP_OrderProductSkuResponse> OrderSkuList { get; set; }
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region 物流信息
|
|
|
|
public OP_OrderDeliveryResponse DeliveryResponse { get; set; }
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
#region 京东平台独有数据
|
|
|
|
/// <summary>
|
|
|
|
/// 京东独有属性,入仓标识 (京仓|云仓)
|
|
|
|
/// </summary>
|
|
|
|
public string JD_StoreOrder { get; set; }
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
}
|