OfxElementType

OfxElementType class

Ofx custom element class.

public class OfxElementType

Constructors

NameDescription
OfxElementType()Initializes a new instance of OfxElementType class.

Properties

NameDescription
Name { get; set; }Gets or sets the user-friendly display name for the custom element
TagName { get; set; }Gets or sets the custom element name.
TagType { get; set; }Gets or sets the any defined OFX type (date, amount, etc.) or standard format for defining an alpha or numeric field.
TagValue { get; set; }Gets or sets the custom element data value.

See Also