Struct EbicsOrderInfoDescription

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

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

sType string
sDescription string

Exceptions

ArgumentNullException

Fields

TYPE_COMMENT

public const string TYPE_COMMENT = "Comment"

Field Value

string

TYPE_DETAILS

public const string TYPE_DETAILS = "Details"

Field Value

string

TYPE_PURPOSE

public const string TYPE_PURPOSE = "Purpose"

Field Value

string

Properties

Description

The string content of the Description element.

public string Description { get; }

Property Value

string

Type

The value of the Type attribute of the Description element.

public string Type { get; }

Property Value

string