UpdateCheckInMsg Class

This class comprises a single in-message to update the check number of a scheduled refund or stipend check transactions.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsUpdateCheckInMsg

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

The UpdateCheckInMsg type exposes the following members.

Properties
NameDescription
Public propertyCheckNumber
The check number that must be updated. This value is mandatory.

Database Information:

  • Table name - SaTrans
  • Column name - CheckNo
Public propertyDatePaid
The date when the check was issued. This value is mandatory.

Database Information:

  • Table name - FaRefund
  • Column name - DateSent
Public propertyIsReIssue
This flag indicates whether the check should be re-issued. This value is mandatory.

Database Information:

  • Table name - SaTrans
  • Column name - IsReIssue
Public propertyTransactionId
The transaction Id for which the check number has to be updated. This value is mandatory.

Database Information:

  • Table name - SaTrans
  • Column name - SaTransID
Top
See Also