LedgerTransactionInMsg Class

This class comprises a single in-message for the ledger transaction.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsLedgerTransactionInMsg

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

The LedgerTransactionInMsg type exposes the following members.

Properties
NameDescription
Public propertyAmount
The updated amount.

Database Information:

  • Table name - SaTrans
  • Column name - Amount
  • Table name - SaStudSubsidiaryAdjust
  • Column name - Amount
Public propertyComments
The reason to update the record.

Database Information:

  • Table name - SaTransAdjust
  • Column name - Comment
  • Table name - SaStudSubsidiaryAdjust
  • Column name - Comment
Public propertyCreditAccount
The updated credit account.
Public propertyDebitAccount
The updated debit account.
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.

Database Information:

  • Table name - SampleTable
  • Column name - SampleColumnName
Public propertyTransactionDate
The updated tranaction date.

Database Information:

  • Table name - SaTrans
  • Column name - Date
  • Table name - SaStudSubsidiaryAdjust
  • Column name - Date
Public propertyTransId
The record id for the update operation.

Database Information:

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