PostDepositInMsg Class

This class comprises a single in-message to update the deposit slip number for Payments, Disbursements, Subsidiary Payments, and Miscellaneous Receipts transactions.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsPostDepositInMsg

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

The PostDepositInMsg type exposes the following members.

Properties
NameDescription
Public propertyDepositDate
The date when the DepositSlip is generated.

Database Information:

  • Table name - SaBankDep
  • Column name - DepositDate
Public propertyDepositSlipNo
The unique number of the deposit slip.

Database Information:

  • Table name - SaBankDep
  • Column name - AxDepositSlipNumber
Public propertyTotalCash
The total amount of all the transactions in a deposit slip for payment type cash.

Database Information:

  • Table name - SaBankDep
  • Column name - TotalCash
Public propertyTotalChecks
The total amount of all the transactions in a deposit slip for payment type check.

Database Information:

  • Table name - SaBankDep
  • Column name - TotalChecks
Public propertyTotalOther
The total amount of all the transactions in a deposit slip for payment types other than cash and check.

Database Information:

  • Table name - SaBankDep
  • Column name - TotalOther
Public propertyTransactionInfo
It is an array containig the ID and type of transactions in a deposit slip.
Top
See Also