StudentBankAccountInfoInMsg Class |
This class comprises a single in-message to add, update, or delete the Student payment information.
SystemObject
GenericMsg
GenericInMsg
Cmc.CampusLink.Wcf.Messages.AccountsStudentBankAccountInfoInMsg
Namespace:
Cmc.CampusLink.Wcf.Messages.AccountsGenericMsg
GenericInMsg
Cmc.CampusLink.Wcf.Messages.AccountsStudentBankAccountInfoInMsg
Assembly: Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute] public class StudentBankAccountInfoInMsg : GenericInMsg
The StudentBankAccountInfoInMsg type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountNumber |
The account number to add or update the student payment information.
Database Information:
| |
| AccountTypeCode |
The type of bank account of a student.
You can specify one of the following values:
Database Information:
| |
| Action |
The type of operations for student payment.
You can specify one of the following values:
| |
| BankName |
The bank name to add or update the student payment information.
Database Information:
| |
| DirectDeposit |
Indicates whether student payment is direct deposit or not. This value is mandatory.
You can specify one of the following values:
Database Information:
| |
| RoutingNumber |
The routing number to add or update the student payment information.
Database Information:
| |
| StudentBankAccountId |
The student bank account Id to update or delete the student payment information.
Database Information:
| |
| StudentId |
The student Id to add the payment information. This is a mandatory field.
Database Information:
|