Skip to content

Commit

Permalink
PAGOPA-1724 adding missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed May 14, 2024
1 parent 7a4eb74 commit 3c9fe72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ public class DebtorPosition {
private String modelType;
private String noticeNumber;
private String iuv;
private String iur;
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package it.gov.pagopa.bizeventsservice.model.response.enumeration;

public enum UserType {
F, G
F, G, GUEST
}

0 comments on commit 3c9fe72

Please sign in to comment.