move the getBanksFuture response body case classes into obp-commons

This commit is contained in:
hongwei 2019-03-27 10:42:53 +01:00
parent 8465335cf3
commit de3dbab0bc

View File

@ -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