Enum EbicsVersion
Selects the EBICS schema version to be used.
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public enum EbicsVersion
Fields
Name | Description |
---|---|
Contact | The contact data is always saved using EBICS version H003. Anyway, an application shall use this value when loading or saving the EbicsContact object. |
ConXml | Use this version only when serializing a EbicsXmlContainer or EbicsXmlContainerMessage object. |
Default | 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. |
EBICS300 | DEPRECATED: Use H005 instead. |
H000 | H000 - Special version solely used for HEV request. Used also to indicate an unknown or unset EBICS version. |
H001 | H001 - EBICS 2.1 (A004, E001, X001) |
H002 | H002 - EBICS 2.2 and EBICS 2.3 (A004, E001, X001) |
H003 | H003 - EBICS 2.4 (A004, A005, A006, E002, X002) |
H004 | H004 - EBICS 2.5 (A004, A005, A006, E002, X002) |
H005 | H005 - EBICS 3.0 (A005, A006, E002, X002) |
Highest | 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. |