\jd_vop\response\orderGetFreight

7.1 查询运费 Result

Summary

Methods
Properties
Constants
__construct()
parse()
$freight
$baseFreight
$remoteRegionFreight
$remoteSku
$conFreight
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$freight

$freight : float

Type

float — 总运费

$baseFreight

$baseFreight : float

Type

float — 基础运费

$remoteRegionFreight

$remoteRegionFreight : float

Type

float — 偏远地区加收运费

$remoteSku

$remoteSku : string

Type

string — 需收取偏远运费的sku

$conFreight

$conFreight : float

Type

float — 续重运费

Methods

__construct()

__construct(  $freight,   $baseFreight,   $remoteRegionFreight,   $remoteSku,   $conFreight) 

7.1 查询运费 Result

Parameters

$freight

float 总运费

$baseFreight

float 基础运费

$remoteRegionFreight

float 偏远地区加收运费

$remoteSku

string 需收取偏远运费的sku

$conFreight

float 续重运费

parse()

parse(  $result) : static

Parameters

$result

Returns

static