\jd_vop\response\orderSelectJdOrderParentOrder

7.7 查询订单详情-带子订单 父订单详情

Summary

Methods
Properties
Constants
__construct()
$jdOrderId
$sku
$freight
$orderPrice
$orderNakedPrice
$orderTaxPrice
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$jdOrderId

$jdOrderId : integer

Type

integer — 京东订单编号。

$sku

$sku : array

Type

array — 商品列表

$freight

$freight : float

Type

float — 运费

$orderPrice

$orderPrice : float

Type

float — 订单总金额(不含运费)

$orderNakedPrice

$orderNakedPrice : float

Type

float — 订单未含税金额。 (备注:仅做页面展示,订单未税金额最终以发票票面为准。客户如需在下单后开票前,获取尽量精准的订单未税金额, 如用作以未税金额扣减预算等场景,可以联系VOP侧产品配置白名单)

$orderTaxPrice

$orderTaxPrice : float

Type

float — 订单税额。

Methods

__construct()

__construct(  $data) 

7.7 查询订单详情-带子订单 父订单详情

Parameters

$data