GET on LogisticsEvent returns property eventCode as String instead of type CodeListElement
Summary
There is a problem with the expected return type of the eventCode property in LogisticsEvent
Description
This problem has been discovered before and is described in this issue: #177 (closed)
Steps to Reproduce (for bugs)
See #177 (closed)
Expected Behavior
GET on LogisticsEvent should return the property eventCode as object of type CodeListElement
Actual Behavior
GET on LogisticsEvent returns the property eventCode as String
Screenshots (if applicable)
See #177 (closed)
Additional Information (optional)
Changes related to this: