Enum SepaParserConfig
Set of options for parsing a SepaDocument.
[Flags]
public enum SepaParserConfig
Fields
MaxTolerance = 65535Combination of all flags that will lead to maximum tolerance when parsing.
ReadBadBICasOtherId = 2If set, then an invalid BIC encountered when parsing a SepaFinancialInstitutionIdentification will not produce a InvalidBIC exception, but will be silently stored as an OtherId.
ReadBadIBANasOtherId = 1If set, then an invalid IBAN encountered when parsing a SepaAccount will not produce a InvalidIBAN exception, but will be silently stored as an OtherId.
Strict = 0Parsing is as strict as possible, no flags are set.