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

    Class EbicsServiceMapRecord

    Details of an entry of the EBICS service mapping table.

    Inheritance
    System.Object
    EbicsServiceMapRecord
    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.EBICS
    Assembly: Subsembly.EBICS.Core.dll
    Syntax
    public class EbicsServiceMapRecord

    Constructors

    EbicsServiceMapRecord(String, EbicsTransferType, String, String, String, String, String, String, String)

    Declaration
    public EbicsServiceMapRecord(string sOrderType, EbicsTransferType nTransferType, string sServiceName, string sServiceScope, string sServiceOption, string sMsgName, string sContainerType = null, string sMsgVersion = null, string sMsgVariant = null)
    Parameters
    Type Name Description
    System.String sOrderType
    EbicsTransferType nTransferType
    System.String sServiceName
    System.String sServiceScope
    System.String sServiceOption
    System.String sMsgName
    System.String sContainerType
    System.String sMsgVersion
    System.String sMsgVariant

    Fields

    VOPDATE

    Date when Verification of Payee becomes mandatory.

    Declaration
    public static readonly DateTime VOPDATE
    Field Value
    Type Description
    System.DateTime

    VOPPREFIX

    Special prefix for ServiceOption values, that change when Verification of Payee is used.

    Declaration
    public const string VOPPREFIX = "?VoP:"
    Field Value
    Type Description
    System.String

    Properties

    ContainerType

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

    MsgName

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

    MsgVariant

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

    MsgVersion

    Optional ISO message version.

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

    Value must consist of exactly two digits, or must be null.

    OrderType

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

    ServiceName

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

    ServiceOption

    Declaration
    public string ServiceOption { get; }
    Property Value
    Type Description
    System.String
    Remarks

    If the Service Option value that was passed to the constructor was prefixed with the string VOPPREFIX, then it will only be return when Verification of Payee is required (see VOPDATE), otherwise null is returned.

    ServiceScope

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

    TransferType

    Declaration
    public EbicsTransferType TransferType { get; }
    Property Value
    Type Description
    EbicsTransferType
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH