Interface IEbicsProductInfo
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public interface IEbicsProductInfo
Properties
ProductLanguage
The product language information to be sent in the request header for all transactions.
Declaration
string ProductLanguage { get; }
Property Value
Type | Description |
---|---|
System.String |
ProductName
The product information to be sent in the request header for all transactions.
Declaration
string ProductName { get; }
Property Value
Type | Description |
---|---|
System.String |