Class ICExtraFieldDTO

java.lang.Object
de.aeb.xnsg.customs.dto.ext.broker.ICExtraFieldDTO

public class ICExtraFieldDTO extends Object
Represents an extra field (or additional field). Extra fields must be configured in ICI and linked to the customs process.
  • Field Details

    • identCode

      public String identCode
      Code of the extra field.

      length=50

    • value

      public String value
      Value of the extra field.

      length=1000

  • Constructor Details

    • ICExtraFieldDTO

      public ICExtraFieldDTO()