diff --git a/src/main/java/it/gov/pagopa/gpd/payments/pull/models/PaymentNotice.java b/src/main/java/it/gov/pagopa/gpd/payments/pull/models/PaymentNotice.java index 6ff0671..c981c52 100644 --- a/src/main/java/it/gov/pagopa/gpd/payments/pull/models/PaymentNotice.java +++ b/src/main/java/it/gov/pagopa/gpd/payments/pull/models/PaymentNotice.java @@ -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)