Fix PHP8 on bank
This commit is contained in:
parent
3d5227918d
commit
74e74e2377
@ -145,6 +145,12 @@ class Account extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $iban_prefix;
|
public $iban_prefix;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address of the bank
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $domiciliation;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* XML SEPA format: place Payment Type Information (PmtTpInf) in Credit Transfer Transaction Information (CdtTrfTxInf)
|
* XML SEPA format: place Payment Type Information (PmtTpInf) in Credit Transfer Transaction Information (CdtTrfTxInf)
|
||||||
* @var int
|
* @var int
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user