BankAccountTypeEnumBankAccountType Enumeration |
The bank account type of a student, such as Checking or Savings account.
Namespace:
Cmc.CampusLink.Wcf.Messages.AccountsAssembly: Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum EnumBankAccountType
| Member name | Value | Description | |
|---|---|---|---|
| CheckingAccount | 67 | Indicates the Checking account type. | |
| SavingsAccount | 83 | Indicates the Saving account type. |