Class ICDeliveryExportUSDTO

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

public class ICDeliveryExportUSDTO extends Object
DTO to hold Export US specific extension data for a ICDeliveryDTO.
  • Field Details

    • carrierCode

      public String carrierCode
      Code specifying the carrier.

      length=4

    • consigneeRelatedIndicator

      public String consigneeRelatedIndicator
      Code specifying the consignee related indicator.

      length=3

    • consigneeType

      public String consigneeType
      Code specifying the consignee type.

      length=2

    • expectedDepartureTime

      public DateAndZoneDTO expectedDepartureTime
      The expected departure date/time of the goods.
    • exportationPort

      public String exportationPort
      Code specifying the exportation port.

      length=4

    • unladingPort

      public String unladingPort
      Code specifying the unlading port.

      length=5

    • originRegion

      public String originRegion
      Code specifying the origin region.

      length=2

    • soldEnRouteIndicator

      public String soldEnRouteIndicator
      Code specifying the sold en route indicator.

      length=2

    • transportationReferenceNumber

      public String transportationReferenceNumber
      ode specifying the transportation reference.

      length=30

    • inbondCode

      public String inbondCode
      Code specifying the in-bond status.

      length=2

  • Constructor Details

    • ICDeliveryExportUSDTO

      public ICDeliveryExportUSDTO()