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

    Class FinSepaSto

    Class that collects information about a sepa standing order.

    Inheritance
    System.Object
    FinSepaRemitt
    FinSepaSto
    Inherited Members
    FinSepaRemitt.OrderingCustAcct
    FinSepaRemitt.SepaFormat
    FinSepaRemitt.Amount
    FinSepaRemitt.BatchBooking
    FinSepaRemitt.ScheduleDate
    FinSepaRemitt.Count
    FinSepaRemitt.PayeePayerIBAN
    FinSepaRemitt.PayeePayerBIC
    FinSepaRemitt.OrderID
    FinSepaRemitt.SepaBuffer
    FinSepaRemitt.SepaDocument
    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 FinSepaSto : FinSepaRemitt

    Constructors

    FinSepaSto()

    Declaration
    public FinSepaSto()

    FinSepaSto(FinAcct, SepaDocument)

    Declaration
    public FinSepaSto(FinAcct aAcct, SepaDocument aSepaDoc)
    Parameters
    Type Name Description
    FinAcct aAcct
    SepaDocument aSepaDoc

    Properties

    CancelPossible

    Sepa standing order can be cancelled

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

    Details

    Details of schedule and period of this sepa standing order.

    Declaration
    public FinStoDetails Details { get; set; }
    Property Value
    Type Description
    FinStoDetails

    Interruption

    Optional details of a schedule interruption of this sepa standing order.

    Declaration
    public FinStoInterruption Interruption { get; set; }
    Property Value
    Type Description
    FinStoInterruption

    If this is null, then there this sepa standing order has no interruption. The default value of this property is null.

    InterruptPossible

    Sepa standing order can be interrupted

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

    ModifyPossible

    Sepa standing order can be modified

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH