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

    Class FinStoInterruption

    Generic class that holds the information about a standing order interruption.

    Inheritance
    System.Object
    FinPersist
    FinStoInterruption
    Inherited Members
    FinPersist.RootTag
    FinPersist.SaveAs(String)
    FinPersist.Load(String)
    FinPersist.Write(Stream)
    FinPersist.Read(Stream)
    FinPersist.SaveXml()
    FinPersist.SaveXml(String)
    FinPersist.LoadXml(String)
    FinPersist.ToXml(String)
    FinPersist.WriteXmlDocument(XmlWriter)
    FinPersist.WriteXmlDocument(XmlWriter, String)
    FinPersist.ReadXmlDocument(XmlReader)
    FinPersist.WriteXmlElement(XmlWriter, String, String)
    FinPersist.WriteXmlElementInt(XmlWriter, String, Int32)
    FinPersist.WriteXmlElementBool(XmlWriter, String, Boolean)
    FinPersist.WriteXmlElementDate(XmlWriter, String, SwiftDate)
    FinPersist.WriteXmlElementTime(XmlWriter, String, SwiftTime)
    FinPersist.WriteXmlElementAmt(XmlWriter, String, SwiftAmt)
    FinPersist.WriteXmlElementAcct(XmlWriter, String, FinAcct)
    FinPersist.WriteXmlElementSegment(XmlWriter, String, FinSegment)
    FinPersist.ReadXmlElement(XmlReader, String)
    FinPersist.ReadXmlElementInt(XmlReader, String)
    FinPersist.ReadXmlElementBool(XmlReader, String)
    FinPersist.ReadXmlElementDate(XmlReader, String)
    FinPersist.ReadXmlElementTime(XmlReader, String)
    FinPersist.ReadXmlElementAmt(XmlReader, String)
    FinPersist.ReadXmlElementAcct(XmlReader, String)
    FinPersist.ReadXmlElementSegment(XmlReader, String)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.FinTS
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public class FinStoInterruption : FinPersist

    Constructors

    FinStoInterruption()

    Declaration
    public FinStoInterruption()

    Properties

    AnnualInterruption

    Indicates whether this interruption occurs every year.

    Declaration
    public bool AnnualInterruption { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value of this property is false.

    DifferingAmt

    Differing payment amount that shall be used during this interruption.

    Declaration
    public SwiftAmt DifferingAmt { get; set; }
    Property Value
    Type Description
    SwiftAmt

    InterruptionFrom

    Optional date of start of interruption.

    Declaration
    public SwiftDate InterruptionFrom { get; set; }
    Property Value
    Type Description
    SwiftDate

    The default value of this property is a null date.

    InterruptionTo

    Optional date of end of interruption.

    Declaration
    public SwiftDate InterruptionTo { get; set; }
    Property Value
    Type Description
    SwiftDate

    The default value of this property is a null date. If this property is set to a non-null date, then PaymtSkippedNo must be zero.

    PaymtSkippedNo

    Optional number of skipped exections of the standing order.

    Declaration
    public int PaymtSkippedNo { get; set; }
    Property Value
    Type Description
    System.Int32

    The default value is zero. If this property is non-zero, then InterruptionTo must hold a null date.

    Exceptions
    Type Condition
    System.ArgumentOutOfRangeException

    An attempt was made to sen a value less than zero or greater than 99.

    Methods

    ReadXml(XmlReader)

    Declaration
    public override void ReadXml(XmlReader aXmlReader)
    Parameters
    Type Name Description
    System.Xml.XmlReader aXmlReader
    Overrides
    FinPersist.ReadXml(XmlReader)

    Validate()

    Validates all properties of this FinStoInterruption.

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    If all properties have been correctly initialised and are consistent with each other, then true is returned. Otherwise false is returned.

    WriteXml(XmlWriter)

    Declaration
    public override void WriteXml(XmlWriter aXmlWriter)
    Parameters
    Type Name Description
    System.Xml.XmlWriter aXmlWriter
    Overrides
    FinPersist.WriteXml(XmlWriter)
    In This Article
    • Constructors
      • FinStoInterruption()
    • Properties
      • AnnualInterruption
      • DifferingAmt
      • InterruptionFrom
      • InterruptionTo
      • PaymtSkippedNo
    • Methods
      • ReadXml(XmlReader)
      • Validate()
      • WriteXml(XmlWriter)
    Back to top Copyright 2009-2025 Subsembly GmbH