StudentBankAccountInfoInMsgDirectDeposit Property

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

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 bool DirectDeposit { get; set; }

Property Value

Type: Boolean
See Also