Class ICGetDeclarationAttachmentsRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.declaration.ICGetDeclarationAttachmentsRequestDTO
All Implemented Interfaces:
CustomsProcessTypeDTOProvider

public class ICGetDeclarationAttachmentsRequestDTO extends AbstractRequestDTO implements CustomsProcessTypeDTOProvider
Request for declaration attachments.
  • Field Details

    • customsProcess

      public ICCustomsProcessTypeDTO customsProcess
      Specific customs process.
    • businessObjectId

      public String businessObjectId
      ID of the declaration.

      length=20

    • attachmentCodes

      public String[] attachmentCodes
      Requested attachment codes.
  • Constructor Details

    • ICGetDeclarationAttachmentsRequestDTO

      public ICGetDeclarationAttachmentsRequestDTO()
  • Method Details