LedgerTransactionResponse Class

The LedgerTransactionReponse message (based on the GenericResponse type) contains one LedgerTransactionOutMsg message (based on the GenericMsg type).
Inheritance Hierarchy
SystemObject
  GenericResponse
    Cmc.CampusLink.Wcf.Messages.AccountsLedgerTransactionResponse

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#
public class LedgerTransactionResponse : GenericResponse

The LedgerTransactionResponse type exposes the following members.

Properties
NameDescription
Public propertyLedgerTransactionOutMsgs
The collection comprising the array of the LedgerTransactionOutMsg structure.
Top
See Also