StudentBankAccountInfoInMsgAccountTypeCode Property |
The type of bank account of a student.
Namespace:
Cmc.CampusLink.Wcf.Messages.AccountsYou can specify one of the following values:
- Checking - Indicates the account type is Checking.
- Savings - Indicates the account type is Savings.
Database Information:
- Table name - SaStudentBankAccount
- Column name - AccountTypeCode
Assembly: Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)

C#
public BankAccountTypeEnumBankAccountType AccountTypeCode { get; set; }
Property Value
Type: BankAccountTypeEnumBankAccountType