InvalidIbanCode
InvalidIbanCode
enum InvalidIbanCode {
InvalidLength
InvalidStructure
InvalidChecksum
InvalidBank
}
Values
InvalidIbanCode.InvalidLength
Iban is either too short (<2) or does not match this country's specified length
InvalidIbanCode.InvalidStructure
We do not know this IBAN Structure (Meaning that the country code is probably wrong)
InvalidIbanCode.InvalidChecksum
The IBAN does not verify the mod97 algorithm
InvalidIbanCode.InvalidBank
We do not know the banking institution referenced in this IBAN.
Member Of
InvalidIban
object