lob-java
lob-java copied to clipboard
CheckEditable doesn't support custom address
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 expecting an object in the to field instead of a String.