AddUpdateFundSourceInMsg Class

This class comprises a single in-message to add or update a Fund Source.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsAddUpdateFundSourceInMsg

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

The AddUpdateFundSourceInMsg type exposes the following members.

Properties
NameDescription
Public propertyActive
Indicates whether the Fund Source is active or inactive. This value is mandatory.

You can specify one of the following values:

  • True - Indicates the Fund Source is active.
  • False - Indicates the Fund Source is inactive.

Database Information:

  • Table name - FaFundSource
  • Column name - Active
Public propertyCode
The Fund Source code. This value is mandatory.

Database Information:

  • Table name - FaFundSource
  • Column name - Code
Public propertyDescription
The Fund Source description. This value is mandatory. Database information: Table = FaFundSource, Column = Descrip
Public propertyGraceDays
The grace days for a Fund Source.

Database Information:

  • Table name - FaFundSource
  • Column name - GraceDays
Public propertyIncludeRemainNeed
The IncludeRemainNeed for a Fund Source.

Database Information:

  • Table name - FaFundSource
  • Column name - IncludeRemainNeed
Public propertyTypeCode
The type of Fund Source. This value is mandatory.

Database Information:

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