corrected var init
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user