Class ICBusinessObjectStatusDTO

java.lang.Object
de.aeb.xnsg.customs.dto.declaration.ICBusinessObjectStatusDTO

public class ICBusinessObjectStatusDTO extends Object
DTO to hold data of a status.
  • Field Details

    • statusCode

      public String statusCode
      Status code. Use API call getCodes with codeListCode 'STATUS_TYPE' to discover all valid codes.

      length=20

    • progressCode

      public String progressCode
      Progress code. Valid codes are: USER_ACTION, ERROR, WAITING, ACCEPTED and COMPLETE.

      length=20

    • progressInformation

      public TextInLanguageDTO[] progressInformation
      Optional human readable information on the current progress e.g. what kind of user action is required.

      length = 100

    • variantCode

      public String variantCode
      Variant code. Use API call getCodes with codeListCode 'DECLARATION_VARIANT_TYPE' to discover all valid codes.

      length=20

  • Constructor Details

    • ICBusinessObjectStatusDTO

      public ICBusinessObjectStatusDTO()