@ValidFinancialAccount public interface FinancialAccount extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIban()
Gets the iban.
|
java.lang.String |
getProprietaryId()
Gets the german account number.
|
FinancialAccount |
setIban(java.lang.String iban)
Sets the iban.
|
FinancialAccount |
setProprietaryId(java.lang.String proprietaryId)
Sets the german account number.
|
java.lang.String getIban()
Gets the iban.
java.lang.String getProprietaryId()
Gets the german account number.
FinancialAccount setIban(java.lang.String iban)
Sets the iban.
iban
- the new ibanFinancialAccount setProprietaryId(java.lang.String proprietaryId)
Sets the german account number.
proprietaryId
- the new proprietary idCopyright © 2014-2018 Konik.io. All Rights Reserved.