SEDExceptionCode Property
License exception code.
Object Oriented Interface
public function getSEDExceptionCode(); public function setSEDExceptionCode($value);
Procedural Interface
inship_upsshipintl_get($res, 107 ); inship_upsshipintl_set($res, 107, $value );
Default Value
0
Remarks
License exception code.
If this is set to 0 (ecUnspecified), then the SEDLicenseNumber and the SEDLicenseDate are required to be provided in the request. SEDLicenseNumber and SEDExceptionCode are mutually exclusive.
Valid values are:
Value | Meaning |
ecUnspecified (0) | No license exception code is specified; the SEDLicenseNumber and the SEDLicenseDate are required to be provided; |
ecNLR (1) | No license required; |
ecAGR (2) | Agricultural commodities; |
ecAPR (3) | Items for export or re-export not controlled for nuclear nonproliferation, missile technology or crime control; |
ecAVS (4) | U.S. aircraft or foreign sojourn into foreign country; |
ecBAG (5) | Crew members baggage; |
ecCIV (6) | National security items for civil end users; |
ecCTP (7) | Computer and parts; |
ecENC (8) | Encrypted software; |
ecGBS (9) | Controlled for national security reasons; |
ecGFT (10) | Gift shipments; |
ecGOV (11) | Government shipments; |
ecKMI (12) | Encrypted software and hardware; |
ecLVS (13) | Value of shipments limited; |
ecRPL (14) | Replacement parts; |
ecTMP (15) | Temporary exports; |
ecTSPA (16) | Software or technology outside scope of export regulations; |
ecTSR (17) | Technology and software; |
ecTSU (18) | Technology and software updates |
Data Type
Integer