PostDepositInMsg Class |
This class comprises a single in-message to update the deposit slip number for Payments, Disbursements, Subsidiary Payments, and Miscellaneous Receipts transactions.
SystemObject
GenericMsg
GenericInMsg
Cmc.CampusLink.Wcf.Messages.AccountsPostDepositInMsg
Namespace:
Cmc.CampusLink.Wcf.Messages.AccountsGenericMsg
GenericInMsg
Cmc.CampusLink.Wcf.Messages.AccountsPostDepositInMsg
Assembly: Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute] public class PostDepositInMsg : GenericInMsg
The PostDepositInMsg type exposes the following members.
| Name | Description | |
|---|---|---|
| DepositDate |
The date when the DepositSlip is generated.
Database Information:
| |
| DepositSlipNo |
The unique number of the deposit slip.
Database Information:
| |
| TotalCash |
The total amount of all the transactions in a deposit slip for payment type cash.
Database Information:
| |
| TotalChecks |
The total amount of all the transactions in a deposit slip for payment type check.
Database Information:
| |
| TotalOther |
The total amount of all the transactions in a deposit slip for payment types other than cash and check.
Database Information:
| |
| TransactionInfo |
It is an array containig the ID and type of transactions in a deposit slip.
|