Enum TransactionType
Account Transaction Types
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public enum TransactionType
Fields
| Name | Description |
|---|---|
| CreditAdjustment | The credit adjustment transaction type. |
| DebitAdjustment | The debit adjustment transaction type. |
| Invoice | The invoice transaction type. |
| Payment | The payment transaction type. |
| Refund | The refund transaction type. |
| Stipend | The stipend transaction type. |