StudentBankAccountInfoInMsgAction Property

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.

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 OperationTypeEnumOperation Action { get; set; }

Property Value

Type: OperationTypeEnumOperation
See Also