Class EbicsServiceMapRecord

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Details of an entry of the EBICS service mapping table.

public class EbicsServiceMapRecord
Inheritance
EbicsServiceMapRecord
Inherited Members

Constructors

EbicsServiceMapRecord(string, EbicsTransferType, string, string, string, string, string, string, string)

public EbicsServiceMapRecord(string sOrderType, EbicsTransferType nTransferType, string sServiceName, string sServiceScope, string sServiceOption, string sMsgName, string sContainerType = null, string sMsgVersion = null, string sMsgVariant = null)

Parameters

sOrderType string
nTransferType EbicsTransferType
sServiceName string
sServiceScope string
sServiceOption string
sMsgName string
sContainerType string
sMsgVersion string
sMsgVariant string

Properties

ContainerType

public string ContainerType { get; }

Property Value

string

MsgName

public string MsgName { get; }

Property Value

string

MsgVariant

public string MsgVariant { get; }

Property Value

string

MsgVersion

Optional ISO message version.

public string MsgVersion { get; }

Property Value

string

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

OrderType

public string OrderType { get; }

Property Value

string

ServiceName

public string ServiceName { get; }

Property Value

string

ServiceOption

public string ServiceOption { get; }

Property Value

string

ServiceScope

public string ServiceScope { get; }

Property Value

string

TransferType

public EbicsTransferType TransferType { get; }

Property Value

EbicsTransferType