Name | Description | Type | Additional information |
---|---|---|---|
ChargeableFactorCode |
The code of the chargeable factor (the key factor in the rate calculation). Possible values include: "DISTANCE", "PACKAGE-COUNT", "PACKAGE-VOLUME", "PACKAGE-WEIGHT", "TIME", "SHIPMENT-VOLUME" and "SHIPMENT-WEIGHT". |
string |
None. |
ChargeableFactorStart |
The start of the chargeable factor range. |
decimal number |
None. |
ChargeableFactorEnd |
The end of the chargeable factor range. |
decimal number |
None. |
ChargeableFactorValue |
The value of the factor used to calculate the freight rate. See also the RateCalculation.ChargeableFactorCode property. |
decimal number |
None. |
ChargeableUnit |
The chargeable unit of the freight rate. Common values include 1 (for example: 1 kg is one chargeable unit) and 0.5 (for example: 0.5 kg is one chargeable unit). |
decimal number |
None. |
ChargeableUnitCount |
The value (in chargeable units) of the shipment dimension used to calculate the freight rate. There is no need to calculate the chargeable-unit-count for simple rates (a simple rate has only a base-charge). |
decimal number |
None. |
BaseCharge |
The base charge of the freight rate. |
decimal number |
None. |
ChargePerUnit |
The amount of money to charge per each chargeable unit. |
decimal number |
None. |
IsChargePerExtraUnit |
Indicates if the charge is per unit or per EXTRA unit. For example: The chargeable factor range goes from 100 kg to 200 kg. The shipment is 150 kg. If the charge is per EXTRA unit, then the chargeable factor value is 50. If the charge is per unit, then the chargeable factor value is 150. |
boolean |
None. |
MinCharge |
If the calculated freight rate is less than this value, then this value is used instead. |
decimal number |
None. |
MinChargePerPackage |
If the calculated freight rate is less than the multiplication of the number of packages by this value, then that result is used instead. |
decimal number |
None. |
PackageRateCalculations |
Information about the (package-level) rate calculation process. |
Collection of PackageRateCalculation |
None. |