Class ICPackedItemDTO

java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICPackedItemDTO

public class ICPackedItemDTO extends Object
DTO to hold data of a packed item.
  • Field Details

    • itemIdClientSystem

      public String itemIdClientSystem
      ID of the item in ERP system.

      length=255

    • packedQuantity

      public BigDecimal packedQuantity
      Quantity of the referenced item packed in the current package. The quantity unit is implied by the item's quantity unit.

      length=11,3

  • Constructor Details

    • ICPackedItemDTO

      public ICPackedItemDTO()