TransactionInfo Class

This class comprises an array containing the ID and the type of transactions in a deposit slip.
Inheritance Hierarchy
SystemObject
  Cmc.CampusLink.Wcf.Messages.AccountsTransactionInfo

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 TransactionInfo

The TransactionInfo type exposes the following members.

Properties
NameDescription
Public propertyJournalEntryType
The type of transaction.

You can specify one of the following values:

  • 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.
Public propertyTransId
The ID of the transaction in the deposit slip.

Database Information:

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