Class ICDeliveryItemExportUSDTO

java.lang.Object
de.aeb.xnsg.customs.dto.ext.us.ICDeliveryItemExportUSDTO

public class ICDeliveryItemExportUSDTO extends Object
DTO to hold US specific extension data for a ICDeliveryItemDTO.
  • Field Details

    • licenseQualifier

      public String licenseQualifier
      Code specifying the license qualificator.

      length=1

    • licenseType

      public String licenseType
      Code specifying the license type.

      length=3

    • licenseNumber

      public String licenseNumber
      String representing the license number.

      length=35

    • licenseSymbol

      public String licenseSymbol
      Code specifying the license symbol.

      length=2

    • ddtcRegistration

      public String ddtcRegistration
      String representing the DDTC registration number.

      length=35

    • commCodeQualifier

      public String commCodeQualifier
      Code specifying the commodity code qualificator.

      length=2

  • Constructor Details

    • ICDeliveryItemExportUSDTO

      public ICDeliveryItemExportUSDTO()