Skip to content

Commit

Permalink
Merge pull request #16 from pagopa/feat-added-new-user-field
Browse files Browse the repository at this point in the history
[feat] Added new fields name and surname to bizEvent User class
  • Loading branch information
pasqualespica authored Dec 4, 2023
2 parents 55e797f + 221b06b commit d268434
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 d268434

Please sign in to comment.