TransactionBatchNoInMsg Class

This class comprises a single in-message with the Transaction details to update the value of GLStatusFlag.
Inheritance Hierarchy
SystemObject
  Cmc.CampusLink.Wcf.Messages.AccountsTransactionBatchNoInMsg

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 TransactionBatchNoInMsg

The TransactionBatchNoInMsg type exposes the following members.

Properties
NameDescription
Public propertyBatchNo
The journal batch number for the transaction.

Database Information:

  • Table name - SaTrans
  • Column name - AxBatchNo
Public propertyCreatedPaymJour
This property is currenlty not being used.
Public propertyMessageTxt
This property is currenlty not being used.
Public propertyTransId
The transaction Id for which the GLStatusFlag value must be updated.

Database Information:

  • Table name - SaTrans
  • Column name - SaTransID
Table nameSaStudSubsidiaryTransColumn nameSaStudSubsidiaryTransidTable nameSaMiscCashColumn nameSaMiscCashid
Public propertyTransType
The type of transaction.

You can specify one of the following values:

  • 0 - Indicates RevenueRecognition.
  • 1 - Indicates Banking.
  • 2 - Indicates Miscellaneous receipt.
  • 3 - Indicates Subsidiary charge.
  • 4 - Indicates Subsidiary payment.
  • 5 - Indicates Stipend.
  • 6 - Indicates Refund.
  • 7 - Indicates Disbursement.
  • 8 - Indicates Charge.
  • 9 - Indicates Payment.
  • 10 - Indicates Refund Master Check.
Top
See Also