Class DLOpenShipmentParmsDTO

java.lang.Object
de.aeb.xnsg.dl.af.DLOpenShipmentParmsDTO

public class DLOpenShipmentParmsDTO extends Object
DTO for additional parameters when opening a shipment AF.
  • Field Details

    • includeCanceled

      public Boolean includeCanceled

      If true or empty, canceled shipments will be included and an AF can be opened on a cancelled shipment.
      If false, canceled shipments will be ignored. In particular, this allows to reference a non-canceled shipment via DLShipmentReferenceDTO.referenceNumber1 and/or DLShipmentReferenceDTO.transactionId even if canceled shipments with the same numbers exist.

      default=true

  • Constructor Details

    • DLOpenShipmentParmsDTO

      public DLOpenShipmentParmsDTO()