SEDInBondCode Property
Indicates whether the shipment is being transported under bond.
Object Oriented Interface
public function getSEDInBondCode(); public function setSEDInBondCode($value);
Procedural Interface
inship_upsshipintl_get($res, 109 ); inship_upsshipintl_set($res, 109, $value );
Default Value
0
Remarks
Indicates whether the shipment is being transported under bond.
This is required when SED form is requested (i.e., when the Shipper's Export Declaration flag of the FormTypes is set).
Valid values are:
Value | Meaning |
ibcNotInBond (0) | Not in bond |
ibcWarehouseWithdrawalForIE (1) | Warehouse Withdrawal for Immediate Exportation |
ibcWarehouseWithdrawalForTandE (2) | Warehouse withdrawal for Transportation and Exportation |
ibcTransportationAndExportation (3) | Transportation and Exportation |
ibcImmediateExportation (4) | Immediate Exportation |
ibcImmediateExportationFromFTZ (5) | Immediate Exportation from a Foreign Trade Zone |
ibcTransportationAndExportationFromFTZ (6) | Transportation and Exportation from a Foreign Trade Zone |
When SEDInBondCode is set to a value other than ibcNotInBond, the SEDEntryNumber is required to be provided in the request.
Data Type
Integer