ProcessVoidInMsg Class

This class comprises a single in-message with information to void or reissue refund transactions for check and cash payment types.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsProcessVoidInMsg

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

The ProcessVoidInMsg type exposes the following members.

Properties
NameDescription
Public propertyAxBatchNo
The journal voucher number created in the calling application for a void or re-issue of a transaction.

Database Information:

  • Table name - SaGLBatch
  • Column name - AxGlBatchNo
Public propertyBankCode
The bank code associated with the transaction.

Database Information:

  • Table name - SaBankAccount
  • Column name - Code
Public propertyComment
The reason to void or reissue the transaction.

Database Information:

  • Table name - SaTransAdjust
  • Column name - Comment
  • Table name - SaStudSubsidiaryAdjust
  • Column name - Comment
Public propertyHighSelectionDate
The date when the transaction is voided or re-issued.

Database Information:

  • Table name - SaTrans
  • Column name - Date
Public propertyIsReIssue
This flag indicates whether the transaction must be re-issued or not.

You can specify one of the following values:

  • True - Indicates the transaction must be re-issued.
  • False - Indicates the transaction must not be re-issued.

Database Information:

  • Table name - SaTrans
  • Column name - IsReIssue
  • Table name - SaStudSubsidiaryTrans
  • Column name - IsReIssue
Public propertyJournalEntryType
The type of transaction that must be voided or re-issued. You can speicfy one of the following values: Stipend Refund Stipend = 1, Refund = 2
Public propertyLowSelectionDate
The date when the transaction is voided or re-issued.

Database Information:

  • Table name - SaTrans
  • Column name - Date
Public propertyPostingDate
The date when the transacPostingDate

Database Information:

  • Table name - SaTrans
  • Column name - PostDate
Public propertyStudentId
The student Id associated with the transaction.

Database Information:

  • Table name - SaTrans
  • Column name - SyStudentId
  • Table name - SaStudSubsidiaryTrans
  • Column name - SyStudentId
Public propertyTransactionDate
The date when the transaction is voided or re-issued.

Database Information:

  • Table name - SaTrans
  • Column name - Date
  • Table name - SaStudSubsidiaryTrans
  • Column name - Date
Public propertyTransactionId
The ID of the transaction for which the void or reissue must be performed.

Database Information:

  • Table name - SaTrans
  • Column name - SaTransId
  • Table name - SaStudSubsidiaryTrans
  • Column name - SaStudSubsidiaryTransId
Top
Remarks
See Also