AddUpdateFundSourceCampusInMsg Class

This class comprises a single in-message to associate or update the association of a Fund Source with Campus(es).
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsAddUpdateFundSourceCampusInMsg

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

The AddUpdateFundSourceCampusInMsg type exposes the following members.

Properties
NameDescription
Public propertyCampus
The code of the Campus with which the Fund Source must be associated. This value is mandatory.

Database Information:

  • Table name - SyCampus
  • Column name - Code
Public propertyCreditAccount
The credit account details of the Fund Source.

Database Information:

  • Table name - FaFundSourceGLAcct
  • Column name - CreditAccount
Public propertyDebitAccount
The debit account details of the Fund Source.

Database Information:

  • Table name - FaFundSourceGLAcct
  • Column name - DebitAccount
Public propertyFundSourceCode
The Fund Source code that must be associated with the Campus(es). This value is mandatory.

Database Information:

  • Table name - FaFundSource
  • Column name - Code
Public propertyReturnMethod
The type of return method for a transaction.

You can specify one of the following values:

  • Check
  • Net
  • EFT
  • Credit Card
  • Non Cash

Database Information:

  • Table name - FaFundSourceGLAcct
  • Column name - ReturnMethod
Public propertyTransactionType
The transaction type for a Fund Source that is associated with the Campus. This value is mandatory.

You can specify one of the following values:

  • Disbursement
  • Refund
  • Stipends

Database Information:

  • Table name - FaFundSourceGLAcct
  • Column name - TransactionType
Top
See Also