Enum SepaTriState
Enumerates the choices for boolean properties with tri-state logic.
public enum SepaTriState
Fields
Default = 0A SEPA attribute with this value is not included as an XML element in the SEPA message. Value = 0.
False = 2A SEPA attribute with this value is included as an element with the value
falsein the SEPA message. Value = 2.Mixed = 3Only returned if multiple SepaTriState properties have differing values. Must not be set for any SepaTriState property. Value = 3.
True = 1A SEPA attribute with this value is included as an element with the value
truein the SEPA message. Value = 1.