smartystreets / smartystreets-java-sdk

The official client libraries for accessing SmartyStreets APIs from Java (and JRE-based languages)
https://smartystreets.com/docs/sdk/java
14 stars 18 forks source link

Missing Candidate.inputId property #7

Closed peiche closed 5 years ago

peiche commented 5 years ago

According to the output field definitions, the input_id field should be available as identical to the input id defined on the Lookup. However, the Candidate does not seem to have an inputId property. Please advise.

mdwhatcott commented 5 years ago

Because the candidates are all contained on the Lookup object we opted to not duplicate the input_id field on each candidate.

peiche commented 5 years ago

Thanks for your quick response.