Enum SepaTriState
Enumerates the choices for boolean properties with tri-state logic.
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public enum SepaTriState
Fields
Name | Description |
---|---|
Default | A SEPA attribute with this value is not included as an XML element in the SEPA message. Value = 0. |
False | A SEPA attribute with this value is included as an element with the value
|
Mixed | Only returned if multiple SepaTriState properties have differing values. Must not be set for any SepaTriState property. Value = 3. |
True | A SEPA attribute with this value is included as an element with the value
|