mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 16:56:56 +00:00
move the getBanksFuture response body case classes into obp-commons
This commit is contained in:
parent
8465335cf3
commit
de3dbab0bc
@ -35,4 +35,17 @@ case class InboundAdapterInfoInternal(
|
||||
version: String,
|
||||
git_commit: String,
|
||||
date: String
|
||||
) extends InboundMessageBase
|
||||
) extends InboundMessageBase
|
||||
|
||||
|
||||
case class BankConnector(
|
||||
bankId: BankId,
|
||||
shortName: String,
|
||||
fullName: String,
|
||||
logoUrl: String,
|
||||
websiteUrl: String,
|
||||
bankRoutingScheme: String,
|
||||
bankRoutingAddress: String,
|
||||
swiftBic: String,
|
||||
nationalIdentifier: String
|
||||
) extends Bank
|
||||
Loading…
Reference in New Issue
Block a user