Open
Description
Feature Request Is New
- I have verified that the requested feature does not already exist or has not already been requested.
Description of the feature
In the Options model, the pickup_min_datetime
and pickup_max_datetime
options should be a string type instead of a DateTime type in order to maintain consistency with what the EasyPost API returns for those options, as well as the same type as delivery_min_datetime
and delivery_max_datetime
.
see:
https://www.easypost.com/docs/api#options
https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Models/API/Options.cs#L683
https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Models/API/Options.cs#L689