StudentBankAccountInfoInMsg Class

This class comprises a single in-message to add, update, or delete the Student payment information.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsStudentBankAccountInfoInMsg

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#
[SerializableAttribute]
public class StudentBankAccountInfoInMsg : GenericInMsg

The StudentBankAccountInfoInMsg type exposes the following members.

Properties
NameDescription
Public propertyAccountNumber
The account number to add or update the student payment information.

Database Information:

  • Table name - SaStudentBankAccount
  • Column name - AccountNumber
Public propertyAccountTypeCode
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
Public propertyAction
The type of operations for student payment.

You can specify one of the following values:

  • Add - Adds the payment information for a student.
  • Update - Updates the payment information of a student.
  • Delete - Deletes the payment information of a student.
Public propertyBankName
The bank name to add or update the student payment information.

Database Information:

  • Table name - SaStudentBankAccount
  • Column name - BankName
Public propertyDirectDeposit
Indicates whether student payment is direct deposit or not. This value is mandatory.

You can specify one of the following values:

  • True - Indicates that the student payment is direct deposit.
  • False - Indicates that the student payment is not direct deposit.

Database Information:

  • Table name - SaStudentBankAccount
  • Column name - DirectDeposit
Public propertyRoutingNumber
The routing number to add or update the student payment information.

Database Information:

  • Table name - SaStudentBankAccount
  • Column name - RoutingNumber
Public propertyStudentBankAccountId
The student bank account Id to update or delete the student payment information.

Database Information:

  • Table name - SaStudentBankAccount
  • Column name - SaStudentBankAccountId
Public propertyStudentId
The student Id to add the payment information. This is a mandatory field.

Database Information:

  • Table name - SaStudentBankAccount
  • Column name - SyStudentID
Top
See Also