Package de.aeb.xnsg.dl.af
Class DLOpenShipmentParmsDTO
java.lang.Object
de.aeb.xnsg.dl.af.DLOpenShipmentParmsDTO
DTO for additional parameters when opening a shipment AF.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf true or empty, canceled shipments will be included and an AF can be opened on a cancelled shipment. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 viaDLShipmentReferenceDTO.referenceNumber1
and/orDLShipmentReferenceDTO.transactionId
even if canceled shipments with the same numbers exist.default=true
-
-
Constructor Details
-
DLOpenShipmentParmsDTO
public DLOpenShipmentParmsDTO()
-