tweaked the deprecated message

This commit is contained in:
hongwei 2020-01-09 15:55:45 +01:00
parent 76e0d7dfb0
commit ad93d9155b

View File

@ -180,16 +180,16 @@ trait BankAccount{
def currency : String
def name : String // Is this used?
def label : String
@deprecated("Used the accountRoutings instead")
@deprecated("We should use accountRoutings instead")
def iban : Option[String]
def number : String
def bankId : BankId
//It means last transaction refresh date only used for HBCI now.
def lastUpdate : Date
def branchId: String
@deprecated("Used the accountRoutings instead")
@deprecated("We should use accountRoutings instead")
def accountRoutingScheme: String
@deprecated("Used the accountRoutings instead")
@deprecated("We should use accountRoutings instead")
def accountRoutingAddress: String
def accountRoutings: List[AccountRouting] // Introduced in v3.0.0
def accountRules: List[AccountRule]