Enum EbicsVersion

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Selects the EBICS schema version to be used.

public enum EbicsVersion

Fields

ConXml = 3

Use this version only when serializing a EbicsXmlContainer or EbicsXmlContainerMessage object.

Contact = 3

The contact data is always saved using EBICS version H003. Anyway, an application shall use this value when loading or saving the EbicsContact object.

Default = 4

The default EBICS version is currently H004, which is the most widely supported version. This value may change in future versions of the Subsembly EBICS API.

[Obsolete("Use H005 instead.")] EBICS300 = 5

DEPRECATED: Use H005 instead.

H000 = 0

H000 - Special version solely used for HEV request. Used also to indicate an unknown or unset EBICS version.

H001 = 1

H001 - EBICS 2.1 (A004, E001, X001)

H002 = 2

H002 - EBICS 2.2 and EBICS 2.3 (A004, E001, X001)

H003 = 3

H003 - EBICS 2.4 (A004, A005, A006, E002, X002)

H004 = 4

H004 - EBICS 2.5 (A004, A005, A006, E002, X002)

H005 = 5

H005 - EBICS 3.0 (A005, A006, E002, X002)

Highest = 5

This is the highest EBICS version that is supported by this instance of the Subsembly EBICS API. Currently this is H005, but this will likely change in future versions of the Subsembly EBICS API.