FWSAwardPaymentInMsg Class

This class comprises a single in-message to add, update, or delete the FWS award payment details for a student.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsFWSAwardPaymentInMsg

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 FWSAwardPaymentInMsg : GenericInMsg

The FWSAwardPaymentInMsg type exposes the following members.

Properties
NameDescription
Public propertyAction
The type of action to be performed on the FWS Award record.

You can specify one of the following values:

  • Add - Adds the FWS award payment information.
  • Update - Updates the FWS award payment information.
  • Delete - Deletes the FWS award payment information.
Public propertyActualAmount
The amount already disbursed for an FWS Award.

Database Information:

  • Table name - FaDisb
  • Column name - ActualAmount
Public propertyAwardId
The unique identification for the FWS Award record.

Database Information:

  • Table name - FaStudentAid
  • Column name - FaStudentAidId
Public propertyCheckNumber
The check number generated for the earning statement for a student.

Database Information:

  • Table name - FaDisb
  • Column name - CheckNumber
Public propertyDisbDate
The date when the FWS award amount is disbursed.

Database Information:

  • Table name - FaDisb
  • Column name - DateDisb
Public propertyDisbId
The dibursement Id associated with the FWS Award record. ///

Database Information:

  • Table name - FaDisb
  • Column name - FaDisbId
Public propertyDisbReferenceId
The reference Id of the disbursement for the FWS Award. This value is used to update or delete an FWS Award record.

Database Information:

  • Table name - FaDisb
  • Column name - FaDisbID
Public propertyHoursWorked
The number of hours worked by a student for an FWS award.

Database Information:

  • Table name - FaDisb
  • Column name - HoursWorked
Public propertyPeriodEndDate
The end date for the earning statement.

Database Information:

  • Table name - FaDisb
  • Column name - PeriodEndDate
Public propertyStudentId
The student Id associated with the FWS award.

Database Information:

  • Table name - SyStudent
  • Column name - SyStudentId
Top
See Also