Interface IEbicsProductInfo

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public interface IEbicsProductInfo

Properties

ProductLanguage

The product language information to be sent in the request header for all transactions.

string ProductLanguage { get; }

Property Value

string

ProductName

The product information to be sent in the request header for all transactions.

string ProductName { get; }

Property Value

string