Enum FinDocFormatType

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Type of format of a financial document or a mail box message.

public enum FinDocFormatType

Fields

Bilateral = 9

Bilaterally agreed format.

Camt = 5
Conversation = 8

Only used and allowed with FinMail.

Csv = 6
Html = 3
Null = 0

Format type not specified.

Pdf = 4

Any PDF (pdf).

Swift = 1

Any SWIFT data format. The FormatName contains a string in the format "MTnnn", where "nnn" are digits specifying the actual SWIFT message format.

Text = 2

Any plain text (txt).

Zip = 7

See Also