InvalidIban
Information about the invalidity of the IBAN
type InvalidIban {
iban: IBAN!
code: InvalidIbanCode!
message: String!
}
Fields
InvalidIban.iban
● IBAN!
non-null scalar
Iban from input
InvalidIban.code
● InvalidIbanCode!
non-null enum
Enum that can be used to discriminate on the error
InvalidIban.message
● String!
non-null scalar
Message that give a bit of context during development
Implemented By
IbanValidationResult
union