AccountTypes Class

Definition

Contains a fixed set of account types. This class cannot be changed or inherited.

public static class AccountTypes
type AccountTypes = class
Public Class AccountTypes
Inheritance
AccountTypes

Remarks

This class contains a list of constant values that are the basic account types. The account type can only be Asset, Balance, Expense, Flow, Income, Liability, or Statistical. AccountType values cannot be added to this class, they should be maintained independently by a user application.

To add your own account type values to a dimension, that dimension should be created as an Account type, see DimensionType and Dimension.

Fields

Asset

Represents the asset account type.

Balance

Represents a Balance account type.

Expense

Represents an Expense account type.

Flow

Represents a Flow account type.

Income

Represents an Income account type.

Liability

Represents a Liability account type.

Statistical

Represents a Statistical account type.

Applies to