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
AccountType
Type of account.
public Account.AccountTypes AccountType { get; set; }
Property Value
InstitutionId
Bank or broker institution identifier.
public string InstitutionId { get; set; }