Class ICSendDeclarationMessageRequestDTO

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

public class ICSendDeclarationMessageRequestDTO extends AbstractRequestDTO implements CustomsProcessTypeDTOProvider
  • Field Details

    • customsProcessType

      public ICCustomsProcessTypeDTO customsProcessType
      The specific customs process.
      This field is mandatory.
    • businessObjectIds

      public String[] businessObjectIds
      One or more unique business object ids of the desired declarations. Either the businessObjectIds or the consignmentIdClientSystem must be filled.

      length=20

    • consignmentIdClientSystem

      public String consignmentIdClientSystem
      The consignment id of the ERP system of the client. Either the businessObjectId or the consignmentIdClientSystem must be filled.

      length=255

    • updateDecisiveDate

      public Boolean updateDecisiveDate
      If set to true, the decisive date of the declaration will be set to the current time before sending.
  • Constructor Details

    • ICSendDeclarationMessageRequestDTO

      public ICSendDeclarationMessageRequestDTO()
  • Method Details