lob-java
lob-java copied to clipboard
Documented enum values missing as models
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?
Hi @jonchay could these be useful for your case? https://github.com/lob/lob-java/blob/main/src/main/java/com/lob/model/TrackingEventNormal.java#L107
Thanks for the response @senechko , it looks like TrackingEventNormal are returned by retrieving resources with tracking_event property. (E.g. Letters, Checks)
The tracking enum I was referring to comes from webhooks events and uses different enum values.