EasyPost / easypost-csharp

EasyPost Shipping API Client Library for .NET and .NET Framework applications
https://easypost.com/docs/api
MIT License
66 stars 74 forks source link

[fix] Remove "required" validation for `Shipment` parameter of `Pickup.Create` set #572

Closed nwithan8 closed 5 months ago

nwithan8 commented 5 months ago

Description

Either Shipment or Batch can be used when creating a Pickup, meaning the Shipment parameter should be optional, not required.

Testing

Pull Request Type

Please select the option(s) that are relevant to this PR.