AddUpdateFundSourceOutMsg Class

This class comprises a single out-message with information of the Fund Source that is added or updated.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericOutMsg
      Cmc.CampusLink.Wcf.Messages.AccountsAddUpdateFundSourceOutMsg

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 AddUpdateFundSourceOutMsg : GenericOutMsg

The AddUpdateFundSourceOutMsg type exposes the following members.

Properties
NameDescription
Public propertyFundSourceCode
The Fund Source code that is created or updated.

Database Information:

  • Table name - FaFundSource
  • Column name - Code
Public propertyId
The Fund Source Id that is created or updated.

Database Information:

  • Table name - FaFundSource
  • Column name - FaFundSourceId
Top
See Also