StudentBankAccountInfoOutMsg Class

This class comprises a single out-message with information of the created, updated, or deleted payment information of a student.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericOutMsg
      Cmc.CampusLink.Wcf.Messages.AccountsStudentBankAccountInfoOutMsg

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 StudentBankAccountInfoOutMsg : GenericOutMsg

The StudentBankAccountInfoOutMsg type exposes the following members.

Properties
NameDescription
Public propertyStudentBankAccountId
The Id that is created, updated, or deleted for student payment information.

Database Information:

  • Table name - SaStudentBankAccount
  • Column name - SaStudentBankAccountId
Top
Remarks
See Also