-
Notifications
You must be signed in to change notification settings - Fork 654
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels