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
There are naturally going to be a lot of fields that are null as many are not required. I did find one issue with the OpenAPI Spec. Credit Notes did not have a "Payments" array defined. So I'm correcting that and will release a new version of the Java SDK.
I'm compared the JSON data returned to the parsed Java Object and this is the only "missing" property I could identify.
Using the CreditNoteID filter we get responses with lots of null fields.
Using the Where filter instead (filtering by date in our case) we get responses that are correctly populated, for the exact same credit note.
Observed using the Java SDK.
The text was updated successfully, but these errors were encountered: