Bank
Information about the banking institution
type Bank {
name: String!
branch: String
nationalId: String!
bic: BIC!
address: Address!
}
Fields
Bank.name
● String!
non-null scalar
Bank name
Bank.branch
● String
scalar
Bank Branch Code
Bank.nationalId
● String!
non-null scalar
Bank local identifier (unique by country)
Bank.bic
● BIC!
non-null scalar
Bank BIC code
Bank.address
● Address!
non-null object
Bank address (We might only be able to fill in the country)
Member Of
ValidIban
object