lob-java
lob-java copied to clipboard
Java Wrapper for Lob API
In the below response, we are receiving `"C1"` as one of the values in `"dpv_footnotes"`, but the `com.lob.model.DpvFootnote` does not contain this value response:- ``` { "id": "us_ver_f714bcdd716c4a6XXXX", "recipient": "",...
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20220320 to 20231013. Release notes Sourced from org.json:json's releases. 20231013 Pull Request Description #793 Reverted #761 #792 update the docs for release 20231013 #783 optLong vs getLong...
This issue happens when creating a check. The `to` field is always serialized into a string even when using `setTo(AddressDomestic to)`. This eventually leads to 404 since the server is...
The legacy SDK supported sending the check logo on check creation in a multipart request by passing a `java.io.File` to the `logo` method on the `CheckRequest.Builder`. Here are the `logo`...
These enums would be useful for strict comparison when webhook events are received: https://github.com/lob/lob-java/blob/main/docs/CheckTypes.md Is it possible to expose them?
Currently in 12 we have the option of passing in a java.io.File which is then handled by the library to read the content and include it with the post. With...
We would like to be able to filter out invalid suggestions with autocompletion api, but it looks like `valid_addresses` is not supported. https://docs.lob.com/#tag/US-Autocompletions/operation/autocompletion
We currently use Java 11 for our projects and when we want to built our project with Lob version 13.4.3, we get `class file has wrong version 57.0, should be...
## JIRA * [PLAT-2193](https://lobsters.atlassian.net/browse/PLAT-2193) ## Description * `actions/checkout@v2`, `actions/setup-java@v1` and `actions/cache@v2` run Node 12 or 16 and are deprecated, we need them to run Node 20: See: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ and https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/...
`Float` too imprecise for this field, and when serialized the value can materially change: ``` jshell> 147480.18f $1 ==> 147480.19 ``` We should at least change the type to `Double`,...