Name | Description | Type | Additional information |
---|---|---|---|
Units |
Number of handling units |
integer |
None. |
PackageType |
Package type (see Service/PackageType) |
string |
None. |
Weight |
Weight in pounds of all handling units |
decimal number |
None. |
Class |
Freight class (see Service/FreightClass) |
decimal number |
None. |
Contents |
Weight of each freight class, for use when there are multiple freight classes contained inside the package. When used the 'Class' property is ignored. |
Collection of QuoteDetailContent |
None. |
Length |
Length in inches of each handling unit |
decimal number |
None. |
Width |
Width in inches of each handling unit |
decimal number |
None. |
Height |
Height in inches of each handling unit |
decimal number |
None. |
Area |
Square inches of all handling units, calculated using either dimensions or freight class |
decimal number |
None. |
Cube |
Cubic inches of all handling units, calculated using either dimensions or freight class |
decimal number |
None. |
Density |
Pounds per cubic feet, calculated using either dimensions or freight class |
decimal number |
None. |
TariffId |
Identifier of the tariff |
string |
None. |
TariffName |
Name of the tariff |
string |
None. |
Factor |
Factor applied to the rate |
decimal number |
None. |
Rate |
Rate applied to the factor |
decimal number |
None. |
Deficit |
Returns true if this record represents the weight deficit |
boolean |
None. |
DeficitRate |
Deficit rate |
decimal number |
None. |
DeficitCharge |
Deficit charge |
decimal number |
None. |
SubCharge |
Pre-discount total (Factor * Rate) |
decimal number |
None. |
DiscountRate |
Discount rate percentage associated with this detail line |
decimal number |
None. |
DiscountCharge |
Discount charge associated with this detail line (SubCharge * DiscountRate) |
decimal number |
None. |
BaseCharge |
Post-discount base charges (SubCharge - DiscountCharge) |
decimal number |
None. |
SubMinCharges |
Applicable pre-discount minimum charges |
Collection of decimal number |
None. |
AbsMinCharges |
Applicable post-discount minimum charges |
Collection of decimal number |
None. |
MinCharge |
Post-discount minimum charge associated with this detail line |
decimal number |
None. |