Uses the Component:ShippingPermitType
The information pertaining to a shipping permit for a item that is being shipped to a party.
Table 6.7. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ImporterOfRecordNumberString |
Import license number | 0..1 | Field | qdt:StringType | |
LicenseExpirationDate |
Expiration date of license | 0..1 | Field | udt:DateType | |
ImportPermitAmount |
Dollar value of import permit | 0..1 | Field | udt:AmountType | |
ShipToParty |
The party receiving the goods or services. | 0..1 | Component | PartyABIEType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.7. ShippingPermit
<ShippingPermit> <ImporterOfRecordNumberString>......</ImporterOfRecordNumberString> [0..1] <LicenseExpirationDate>......</LicenseExpirationDate> [0..1] <ImportPermitAmount>......</ImportPermitAmount> [0..1] <ShipToParty>......</ShipToParty> [0..1] </ShippingPermit>