Class ICDeliveryItemDTO
java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICDeliveryItemDTO
DTO to hold data of a delivery item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdditional aggregation key considered during transmutationList of additional references which belong to the delivery.Additional split criteria considered during transmutationA list of additions and deductions to a base value for the delivery item.List of classifications (e.g. commodity codes)Contains client specific fields (key/value pairs).A list of costs like freight cost, insurance or additonal cost for the delivery itemList of customs procedure codes.Data for customs special procedures (e.g.ISO code of the country at which the goods are destinedISO code of the country from which the goods are originally dispatched/exported without any commercial transaction taken place in intermediate countries.Extension data of the delivery item.List of ICFreeTemplateCriterion, including a string for the criterion and the corresponding customs process.Deprecated.Description of goods in different languages (if available)Gross mass of itemReferences to the invoice for further processingIndicates if the item is eligible for preferenceID of the item in ERP system.No. of itemLicense data available for the item (e.g. export license).List of locations, including their role within the consignment.@Valid ICMaterialDTOTypically for internal use and not needed for customs declaration.Deprecated, for removal: This API element is subject to removal in a future version.Net mass of itemNet price of itemISO code of country where the goods of this item originate from.Collection<@Valid ICPartyDTO> List of parties, including their role within the consignment.ISO code of the preferential origin country.Collection<@Valid ICQuantityDTO> A list of quantities, like item quantity, statisticalquantity...Return handling data.* Value declared for statistical purposes of those goods in a consignment * which have the same statistical heading.Delivery term -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemIdClientSystem
ID of the item in ERP system.length=255
-
itemNumber
No. of itemlength=20
-
material
Typically for internal use and not needed for customs declaration. -
materialNumber
Deprecated, for removal: This API element is subject to removal in a future version. -
invoiceIdClientSystem
References to the invoice for further processinglength=255
-
grossMass
Gross mass of item -
netMass
Net mass of item -
netPrice
Net price of item -
originCountryCode
ISO code of country where the goods of this item originate from.length=2
-
preferentialOriginCountryCode
ISO code of the preferential origin country.length=2
-
dispatchCountryCode
ISO code of the country from which the goods are originally dispatched/exported without any commercial transaction taken place in intermediate countries.length=2
-
destinationCountryCode
ISO code of the country at which the goods are destinedlength=2
-
isEligiblePreference
Indicates if the item is eligible for preference -
statisticalValue
* Value declared for statistical purposes of those goods in a consignment * which have the same statistical heading. When the currency matches the customs currency of the target process, it is directly transferred into the declaration item's statistical value. * A statistical value in a foreign currency is also transferred to the customs declaration, but it is transferred as an adjustment and hence requires a template to activate the statistical value calculation. -
additionalAggregationKey
Additional aggregation key considered during transmutationlength=100
-
additionalSplitCriteria
Additional split criteria considered during transmutationlength=100
-
extension
Extension data of the delivery item. -
freeTemplateCriteria
List of ICFreeTemplateCriterion, including a string for the criterion and the corresponding customs process. -
clientSpecificFields
Contains client specific fields (key/value pairs). -
classifications
List of classifications (e.g. commodity codes) -
goodsDescription
Description of goods in different languages (if available) -
parties
List of parties, including their role within the consignment. -
costs
A list of costs like freight cost, insurance or additonal cost for the delivery item -
adjustments
A list of additions and deductions to a base value for the delivery item. -
quantities
A list of quantities, like item quantity, statisticalquantity... -
additionalReferences
List of additional references which belong to the delivery. -
customsProcedures
List of customs procedure codes. -
locations
List of locations, including their role within the consignment. -
freeTemplateCriterion
Deprecated.Free textual criterion which can be referenced in template selectors.length=50
-
tradeTerms
Delivery term -
returns
Return handling data. -
customsSpecialProcedures
Data for customs special procedures (e.g. Customs warehouse). -
licenseData
License data available for the item (e.g. export license).
-
-
Constructor Details
-
ICDeliveryItemDTO
public ICDeliveryItemDTO()
-