Class DLProcessPickupRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.dl.bf.DLProcessPickupRequestDTO

public class DLProcessPickupRequestDTO extends AbstractRequestDTO
Request DTO for the printDocumentsForPickup business facade method
  • Field Details

    • pickupReference

      public DLPickupReferenceDTO pickupReference

      The pickup containing the manifest documents to print or return in response.

    • creationParms

      public DLPickupCreationParmsDTO creationParms
      Only relevant if the field 'shipments' is filled. Controls how the shipments are handled that should be added to the pickup.
    • pickupUpdateData

      public DLPickupUpdateRequestDataDTO pickupUpdateData
      Pickup update data. The field may be empty when the pickup should not be updated.
    • shipments

      public DLShipmentReferenceDTO[] shipments
      Shipment to be added to the pickup.
    • processParms

      public DLPickupProcessParmsDTO processParms
      Controls how to process the pickup, especially the handling of the manifest documents.
  • Constructor Details

    • DLProcessPickupRequestDTO

      public DLProcessPickupRequestDTO()