Skip to content

Commit

Permalink
[PAGOPA-2359] rework after pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
aacitelli authored and aacitelli committed Nov 28, 2024
2 parents 690fa42 + a6febfe commit 4600c99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class PaymentNotice implements Serializable {
*/
private static final long serialVersionUID = -5951473285697199137L;

@Schema(description = "Unique ID of the Debt Position (for positions originating from ACA the IUPD starts with ACA_)",
@Schema(description = "Unique ID of the Debt Position",
required = true)
private String iupd;
@Schema(description = "Tax code of the person to whom the Debt Position is registered", required = true)
Expand Down

0 comments on commit 4600c99

Please sign in to comment.