You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chadwixk
changed the title
[Feat]: Create Parameters.ShipmentOptions.Create to be consistent with other Parameters.Shipment.Create property types
[Feat]: Create Parameters.Options.Create to be consistent with other Parameters.Shipment.Create property types
Oct 12, 2024
You are correct, the Options class is one of, if not the only, response-model class that does not have a corresponding parameter class. This is largely due to the fact that a) the Options` class is quite large and could potentially fall out of sync trying to maintain two versions of it, and b) there is no difference between the request/parameter version and the response/model version, so we found it largely unnecessary to duplicate.
We are currently working on adding additional elements to the Options class, including documentation for every option, and will take your design suggestion under consideration. We apologize for the confusion.
Feature Request Is New
Description of the feature
Parameters.Shipment.Create.cs
properties are otherParameter
types, exceptOptions
which use a non-parameter type and instead use theModel.API
type.The text was updated successfully, but these errors were encountered: