Enum AccountType
Specifies the type of an account.
Namespace: Innovt.Domain.Banks
Assembly: Innovt.Domain.dll
Syntax
public enum AccountType
Fields
Name | Description |
---|---|
Checking | Represents a checking account type. |
Savings | Represents a savings account type. |