Struct EbicsOrderInfoDescription
Description (Type and Text) inside of a HVTOrderInfo element.
public struct EbicsOrderInfoDescription
- Inherited Members
Remarks
The EbicsOrderInfo holds a collection of descriptions in its Descriptions property.
Constructors
EbicsOrderInfoDescription(string, string)
public EbicsOrderInfoDescription(string sType, string sDescription)
Parameters
Exceptions
Fields
TYPE_COMMENT
public const string TYPE_COMMENT = "Comment"
Field Value
TYPE_DETAILS
public const string TYPE_DETAILS = "Details"
Field Value
TYPE_PURPOSE
public const string TYPE_PURPOSE = "Purpose"
Field Value
Properties
Description
The string content of the Description element.
public string Description { get; }
Property Value
Type
The value of the Type attribute of the Description element.
public string Type { get; }