Enum FinStatusParts
The individual parts of a status as needed by ToString(FinStatusParts).
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
[Flags]
public enum FinStatusParts
Fields
Name | Description |
---|---|
All | Bit mask that combines all parts. |
Code | The status Code. |
NoCode | Bit mask that combines all parts, except the Code. |
Parameters | The status Parameters. |
Ref | The status Ref. |
Text | The status Text. |