Class DLProcessPickupRequestDTO


  • public class DLProcessPickupRequestDTO
    extends de.aeb.xnsg.foundation.bf.AbstractRequestDTO
    Request DTO for the printDocumentsForPickup business facade method
    • Field Detail

      • 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.
      • processParms

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

      • DLProcessPickupRequestDTO

        public DLProcessPickupRequestDTO()