Name | Description | Type | Additional information |
---|---|---|---|
ConditionFormula |
The logical formula of the main condition to determine if the restriction applies to the shipment. Example: (7 OR 8 OR 9). Where the numbers 7, 8 and 9 represent the respective sections in the restriction sheet template. |
string |
None. |
SubconditionAtPackageLevel |
The logical formula of the package-level restriction subcondition. Example: PACKAGE_WEIGHT > 100 OR PACKAGE_LENGTH > 80 |
string |
None. |
SubconditionAtShipmentLevel |
The logical formula of the shipment-level restriction subcondition. Example: SHIPMENT_WEIGHT > 120 OR PACKAGE_COUNT > 2 (yes, package count is a shipment-level property) |
string |
None. |
SubconditionOperator |
The logical operator that connects the shipment-level and package-level sub-conditions. If "OR", then the combined subcondition is met if EITHER sub-condition is met. If "AND", then the combined subcondition is met only if BOTH sub-conditions are met. |
string |
None. |
HasBeenMet |
Indicates if the restriction condition has been met. |
boolean |
None. |