StudentBankAccountInfoInMsgAccountTypeCode Property

The type of bank account of a student.

You 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

Namespace:  Cmc.CampusLink.Wcf.Messages.Accounts
Assembly:  Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
public BankAccountTypeEnumBankAccountType AccountTypeCode { get; set; }

Property Value

Type: BankAccountTypeEnumBankAccountType
See Also