Class EbicsServiceMapRecord
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
stringnTransferType
EbicsTransferTypesServiceName
stringsServiceScope
stringsServiceOption
stringsMsgName
stringsContainerType
stringsMsgVersion
stringsMsgVariant
string
Properties
ContainerType
public string ContainerType { get; }
Property Value
MsgName
public string MsgName { get; }
Property Value
MsgVariant
public string MsgVariant { get; }
Property Value
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
ServiceName
public string ServiceName { get; }
Property Value
ServiceOption
public string ServiceOption { get; }
Property Value
ServiceScope
public string ServiceScope { get; }
Property Value
TransferType
public EbicsTransferType TransferType { get; }