ProcessVoidInMsg Class |
This class comprises a single in-message with information to void or reissue refund transactions for check and cash payment types.

SystemObject
GenericMsg
GenericInMsg
Cmc.CampusLink.Wcf.Messages.AccountsProcessVoidInMsg
Namespace:
Cmc.CampusLink.Wcf.Messages.AccountsGenericMsg
GenericInMsg
Cmc.CampusLink.Wcf.Messages.AccountsProcessVoidInMsg
Assembly: Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)

C#
[SerializableAttribute] public class ProcessVoidInMsg : GenericInMsg
The ProcessVoidInMsg type exposes the following members.

Name | Description | |
---|---|---|
![]() | AxBatchNo |
The journal voucher number created in the calling application for a void or re-issue of a transaction.
Database Information:
|
![]() | BankCode |
The bank code associated with the transaction.
Database Information:
|
![]() | Comment |
The reason to void or reissue the transaction.
Database Information:
|
![]() | HighSelectionDate |
The date when the transaction is voided or re-issued.
Database Information:
|
![]() | IsReIssue |
This flag indicates whether the transaction must be re-issued or not.
You can specify one of the following values:
Database Information:
|
![]() | JournalEntryType |
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
|
![]() | LowSelectionDate |
The date when the transaction is voided or re-issued.
Database Information:
|
![]() | PostingDate |
The date when the transacPostingDate
Database Information:
|
![]() | StudentId |
The student Id associated with the transaction.
Database Information:
|
![]() | TransactionDate |
The date when the transaction is voided or re-issued.
Database Information:
|
![]() | TransactionId |
The ID of the transaction for which the void or reissue must be performed.
Database Information:
|

