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 sServiceScopes, string sServiceOptions, string sMsgName, string sContainerType = null, string sMsgVersion = null, string sMsgVariant = null)
Parameters
sOrderTypestringnTransferTypeEbicsTransferTypesServiceNamestringsServiceScopesstringList of alternative Service Scopes that all map to the same
sOrderType. The list entries must be separated by a pipe '|' character. The list may contain empty entries. For example, the value "|GLB" indicates that the Service Scope may be empty or contain "GLB". This parameter may benull.sServiceOptionsstringList of alternative Service Options that all map to the same
sOrderType. The list entries must be separated by a pipe '|' character. The list may contain empty entries. For example, the value "|VOO" indicates that the Service Option may be empty or contain "VOO". This parameter may benull.sMsgNamestringsContainerTypestringsMsgVersionstringsMsgVariantstring
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
Returns the first Service Option of this record entry.
public string ServiceOption { get; }
Property Value
ServiceScope
Returns the first Service Scope of this record entry.
public string ServiceScope { get; }
Property Value
TransferType
public EbicsTransferType TransferType { get; }