You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when mapping between json format and Card object, the expiration_date field is null, it is not mapped correctly, to map it you have to add the @JsonProperty ("expiration_date") annotation in the Card class and the same annotation on the getter and setter, also you have to do the same thing for the timezoneType field in the ExpirationDate class
The text was updated successfully, but these errors were encountered:
when mapping between json format and Card object, the expiration_date field is null, it is not mapped correctly, to map it you have to add the @JsonProperty ("expiration_date") annotation in the Card class and the same annotation on the getter and setter, also you have to do the same thing for the timezoneType field in the ExpirationDate class
The text was updated successfully, but these errors were encountered: