#571: init for IBAN and mandate

This commit is contained in:
Jan Rosendahl
2024-11-21 16:46:57 +01:00
parent e9f9655b76
commit 1c8d5c7d60

View File

@@ -20,7 +20,8 @@ public class DirectDebit implements IZUGFeRDTradeSettlementDebit {
* bean constructor * bean constructor
*/ */
public DirectDebit() { public DirectDebit() {
this.IBAN = "";
this.mandate = "";
} }
/*** /***