Enum SepaGermanIBANResult
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public enum SepaGermanIBANResult
Fields
Name | Description |
---|---|
BestGuess | The returned IBAN was produced as a best guess from the given bank code and account number and therefore could be wrong. This result can occur if a given account number is not fully specified (e.g. "123456" instead of "12345600" where both could be valid account numbers) |
Invalid | The given BLZ and account number are invalid for IBAN production. |
OK | The returned IBAN was produced from the given bank code and account number using the standard arithmetic production rule. |
UnknownBankCode | A Bundesbank BLZ table was loaded and a given BLZ is not contained in this table. |