diff --git a/src/main/java/com/bullhornsdk/data/model/entity/core/standard/CandidateWorkHistory.java b/src/main/java/com/bullhornsdk/data/model/entity/core/standard/CandidateWorkHistory.java index 45dba363..be66b08f 100644 --- a/src/main/java/com/bullhornsdk/data/model/entity/core/standard/CandidateWorkHistory.java +++ b/src/main/java/com/bullhornsdk/data/model/entity/core/standard/CandidateWorkHistory.java @@ -114,6 +114,7 @@ public class CandidateWorkHistory extends AbstractEntity implements QueryEntity, @JsonProperty("salary2") private BigDecimal salary2; + @JsonIgnore @Size(max = 20) private String salaryType;