Class EbicsServiceMapRecord
Details of an entry of the EBICS service mapping table.
Inheritance
EbicsServiceMapRecord
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
Properties
ContainerType
Declaration
public string ContainerType { get; }
Property Value
MsgName
Declaration
public string MsgName { get; }
Property Value
MsgVariant
Declaration
public string MsgVariant { get; }
Property Value
MsgVersion
Optional ISO message version.
Declaration
public string MsgVersion { get; }
Property Value
Type |
Description |
string |
Value must consist of exactly two digits, or must be null .
|
OrderType
Declaration
public string OrderType { get; }
Property Value
ServiceName
Declaration
public string ServiceName { get; }
Property Value
ServiceOption
Declaration
public string ServiceOption { get; }
Property Value
ServiceScope
Declaration
public string ServiceScope { get; }
Property Value
TransferType
Declaration
public EbicsTransferType TransferType { get; }
Property Value