• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    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 false in the SEPA message. Value = 2.

    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 true in the SEPA message. Value = 1.

    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH