Skip to content

Commit

Permalink
[feat] Added new fields name and surname to bizEvent User class (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant authored Dec 4, 2023
1 parent 6480378 commit aa88ad0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public class User {
private String fullName;
private String name;
private String surname;
private UserType type;
private String fiscalCode;
private String notificationEmail;
Expand Down

0 comments on commit aa88ad0

Please sign in to comment.