FWSAwardPaymentOutMsg Class

This class comprises a single out-message with the FWS Award payment information.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericOutMsg
      Cmc.CampusLink.Wcf.Messages.AccountsFWSAwardPaymentOutMsg

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

The FWSAwardPaymentOutMsg type exposes the following members.

Properties
NameDescription
Public propertyActualAmount
The amount already disbursed for an FWS Award.

Database Information:

  • Table name - FaDisb
  • Column name - ActualAmount
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.

Database Information:

  • Table name - FaDisb
  • Column name - HoursWorked
Public propertyPeriodEndDate
PeriodEndDate

Database Information:

  • Table name - FaDisb
  • Column name - PeriodEndDate
Top
Remarks
See Also