Class ICConsignmentProfileTransitionDTO

java.lang.Object
de.aeb.xnsg.ic.bf.dto.consignmentprofile.ICConsignmentProfileTransitionDTO

public class ICConsignmentProfileTransitionDTO extends Object
Data of a transition within a consignment profile.
  • Field Details

    • profileCode

      public String profileCode
      Unique code of the consignment profile.

      length=50

      REQUIRED

    • customsProcess

      public ICCustomsProcessTypeDTO customsProcess
      The specific customs process.

      REQUIRED

    • validFrom

      public String validFrom
      Date from which the transition settings are valid.

      format=yyyy-mm-dd

    • validTo

      public String validTo
      Date to which the transition settings are valid.

      format=yyyy-mm-dd

  • Constructor Details

    • ICConsignmentProfileTransitionDTO

      public ICConsignmentProfileTransitionDTO()