EasyPost / easypost-java

EasyPost Shipping API Client Library for Java
https://easypost.com/docs/api
MIT License
53 stars 37 forks source link

[fix] Invalid `Fields` structure #312

Closed nwithan8 closed 5 months ago

nwithan8 commented 5 months ago

Description

Port of fix in .NET library to Java.

Fun fact: The Fields object in this library previously did not have any properties declared. This means there was never any deserialization issues, but also means that each Field was never reachable by end-users.

Testing

Pull Request Type

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