Enum SepaParserConfig

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

Set of options for parsing a SepaDocument.

[Flags]
public enum SepaParserConfig

Fields

MaxTolerance = 65535

Combination of all flags that will lead to maximum tolerance when parsing.

ReadBadBICasOtherId = 2

If 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 = 1

If 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 = 0

Parsing is as strict as possible, no flags are set.

See Also