mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:27:01 +00:00
tweaked the deprecated message
This commit is contained in:
parent
76e0d7dfb0
commit
ad93d9155b
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user