Class ICSendConformUnloadingRemarksRequestDTO

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

public class ICSendConformUnloadingRemarksRequestDTO 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

  • Constructor Details

    • ICSendConformUnloadingRemarksRequestDTO

      public ICSendConformUnloadingRemarksRequestDTO()
  • Method Details