Table of Contents

Class Account

Namespace
Tudormobile.QIFLibrary.Entities
Assembly
Tudormobile.QIFLibrary.dll

An Account.

public class Account
Inheritance
Account
Inherited Members

Properties

AccountId

Account number or other unique identifier for the account.

public string AccountId { get; set; }

Property Value

string

AccountType

Type of account.

public Account.AccountTypes AccountType { get; set; }

Property Value

Account.AccountTypes

InstitutionId

Bank or broker institution identifier.

public string InstitutionId { get; set; }

Property Value

string