TransactionEnum
TransactionEnum enumeration
Transaction type enum.
public enum TransactionEnum
Values
| Name | Value | Description |
|---|---|---|
| CREDIT | 0 | Generic credit |
| DEBIT | 1 | Generic debit |
| INT | 2 | Interest earned or paid |
| DIV | 3 | Dividend |
| FEE | 4 | FI fee |
| SRVCHG | 5 | Service charge |
| DEP | 6 | Deposit |
| ATM | 7 | ATM debit or credit |
| POS | 8 | Point of sale debit or credit |
| XFER | 9 | Transfer |
| CHECK | 10 | Check |
| PAYMENT | 11 | Electronic payment |
| CASH | 12 | Cash withdrawal |
| DIRECTDEP | 13 | Direct deposit |
| DIRECTDEBIT | 14 | Merchant initiated debit |
| REPEATPMT | 15 | Repeating payment/standing order |
| HOLD | 16 | Only valid in PendingTransaction; indicates the amount is under a hold |
| OTHER | 17 | Other |
See Also
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance