Struct EbicsOrderInfoDescription
Description (Type and Text) inside of a HVTOrderInfo element.
Assembly: Subsembly.EBICS.Core.dll
Syntax
public struct EbicsOrderInfoDescription
Constructors
EbicsOrderInfoDescription(string, string)
Declaration
public EbicsOrderInfoDescription(string sType, string sDescription)
Parameters
Exceptions
Fields
Declaration
public const string TYPE_COMMENT = "Comment"
Field Value
TYPE_DETAILS
Declaration
public const string TYPE_DETAILS = "Details"
Field Value
TYPE_PURPOSE
Declaration
public const string TYPE_PURPOSE = "Purpose"
Field Value
Properties
Description
The string content of the Description element.
Declaration
public string Description { get; }
Property Value
Type
The value of the Type attribute of the Description element.
Declaration
public string Type { get; }
Property Value