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

    Class FinSepaRemitt

    Encapsulates all information of a single or multiple SEPA remittance or direct debit.

    Inheritance
    System.Object
    FinSepaRemitt
    FinSepaSto
    Inherited Members
    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 FinSepaRemitt

    Constructors

    FinSepaRemitt()

    Declaration
    public FinSepaRemitt()

    FinSepaRemitt(FinAcct, SepaDocument)

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

    Properties

    Amount

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

    BatchBooking

    Declaration
    public SepaTriState BatchBooking { get; set; }
    Property Value
    Type Description
    SepaTriState

    Count

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

    OrderID

    Optional order ID that was assiged by the bank to this remittance.

    Declaration
    public string OrderID { get; set; }
    Property Value
    Type Description
    System.String

    If an order ID is available for this remittance, then it shall be stored in this property. Otherwise this property shall be null.

    OrderingCustAcct

    Ordering customers account.

    Declaration
    public FinAcct OrderingCustAcct { get; set; }
    Property Value
    Type Description
    FinAcct

    The ordering customer account is a required field of any remittance and therefore shall not be set to a null value. However, it can be null immediately after construction of an empty FinSepaRemitt instance.

    PayeePayerBIC

    Declaration
    public string PayeePayerBIC { get; set; }
    Property Value
    Type Description
    System.String

    PayeePayerIBAN

    Declaration
    public string PayeePayerIBAN { get; set; }
    Property Value
    Type Description
    System.String

    ScheduleDate

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

    SepaBuffer

    Access to the raw binary SEPA data buffer.

    Declaration
    public FinByteBuffer SepaBuffer { get; set; }
    Property Value
    Type Description
    FinByteBuffer
    Remarks

    Settings this property will discard the current content of the SepaDocument property and thus will cause that a new SepaDocument is generated the next time the SepaDocument property is accessed.

    SepaDocument

    Access to the parsed SEPA document.

    Declaration
    public SepaDocument SepaDocument { get; set; }
    Property Value
    Type Description
    SepaDocument
    Remarks

    Settings this property will discard the current content of the SepaBuffer property and thus will cause that a new binary SEPA representation is generated the next time the SepaBuffer property is accessed.

    Setting this property does not update all the other detailed properties from the SEPA document. Only the constructor FinSepaRemitt(FinAcct, SepaDocument) does this.

    SepaFormat

    Declaration
    public string SepaFormat { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH