SEDInBondCode Property
Indicates whether the shipment is being transported under bond.
Syntax
property SEDInBondCode: TibxupsshipintlSEDInBondCodes;
TibxupsshipintlSEDInBondCodes = ( ibcNotInBond, ibcWarehouseWithdrawalForIE, ibcWarehouseWithdrawalForTandE, ibcTransportationAndExportation, ibcImmediateExportation, ibcImmediateExportationFromFTZ, ibcTransportationAndExportationFromFTZ );
Default Value
ibcNotInBond
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