Package de.aeb.xnsg.dl.bf
Class DLUpdateCustomsItemRequestDataDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLUpdateCustomsItemRequestDataDTO
DTO for a few shipment item fields which can be updated after the initial creation of the shipment.
This DTO includes customs data ONLY !
No item net / gross weight or quantity is included, because this causes problems with packed items and is in most cases incompatible with the
default shipping process.
E.g. gross weight is often printed onto the label, updating weight after label printing is too late.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdditional values for the shipping item.Certificate of origins.Country of origins.The customs tariff number of the shipping item's contents.Total customs value of all item articles.The shipping item's description.Total goods value of all item articles.Reference of the shipment item to be updated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
shipmentItemReference
Reference of the shipment item to be updated. Mandatory field.
-
customsTariffNumber
The customs tariff number of the shipping item's contents.length=11
-
description
The shipping item's description.length=250
-
countryOfOriginsISOCode
Country of origins.length=2
-
certificateOfOrigins
Certificate of origins.length=50
-
customsValue
Total customs value of all item articles. -
goodsValue
Total goods value of all item articles. -
additionalValues
Additional values for the shipping item. The definition of the included fields depends on the carrier. Only field names defined in the carrier customizing are allowed here.
Use thegetCarrierPropertiesbusiness facade call to retrieve all valid field names for a specific carrier.
-
-
Constructor Details
-
DLUpdateCustomsItemRequestDataDTO
public DLUpdateCustomsItemRequestDataDTO()
-