corrected var init

This commit is contained in:
jstaerk
2024-11-25 09:20:39 +01:00
parent 00eda865ee
commit 15b99832c4

View File

@@ -9,12 +9,12 @@ public class DirectDebit implements IZUGFeRDTradeSettlementDebit {
/** /**
* Debited account identifier (BT-91) * Debited account identifier (BT-91)
*/ */
protected final String IBAN; protected String IBAN;
/** /**
* Mandate reference identifier (BT-89) * Mandate reference identifier (BT-89)
*/ */
protected final String mandate; protected String mandate;
/** /**
* bean constructor * bean constructor