TransactionInfoJournalEntryType Property

The type of transaction.

You can specify one of the following values:

  • 2 - Indicates Miscellaneous receipt.
  • 3 - Indicates Subsidiary charge.
  • 4 - Indicates Subsidiary payment.
  • 5 - Indicates Stipend.
  • 6 - Indicates Refund.
  • 7 - Indicates Disbursement.
  • 8 - Indicates Charge.
  • 9 - Indicates Payment.

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 EnumReturnTypeReturnType JournalEntryType { get; set; }

Property Value

Type: EnumReturnTypeReturnType
See Also