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