Skip to content

Commit

Permalink
P4ADEV-1481-create-mapper-for-debt-position
Browse files Browse the repository at this point in the history
  • Loading branch information
LarissaASLeite committed Nov 25, 2024
1 parent e803291 commit 198b727
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,18 @@ public class DebtPositionTypeOrgDTO implements Serializable {
private boolean flagNotifyOutcomePush;
private Integer maxAttemptForwardingOutcome;
private String xsdReasonCode;
private String paymentContextCode;
private String taxonomyCode;
private String collectingReason;
private Long orgSilId;
private String serviceType;
private boolean flgDisablePrintNotice;
private String macroArea;


// da controllare cosa tenere o meno
private String backingIbanPi;
private String backingIbanPSP;
private Long orgSilId;
private boolean flagActive;
private String urlNotifyPnd;
private String userPnd;
Expand Down

0 comments on commit 198b727

Please sign in to comment.