---
title: TransactionType.unknown
framework: financekit
role: symbol
role_heading: Case
path: financekit/transactiontype/unknown
---

# TransactionType.unknown

The transaction’s category doesn’t map to a known value.

## Declaration

```swift
case unknown
```

## See Also

### Enumeration Cases

- [TransactionType.adjustment](financekit/transactiontype/adjustment.md)
- [TransactionType.atm](financekit/transactiontype/atm.md)
- [TransactionType.billPayment](financekit/transactiontype/billpayment.md)
- [TransactionType.check](financekit/transactiontype/check.md)
- [TransactionType.deposit](financekit/transactiontype/deposit.md)
- [TransactionType.directDebit](financekit/transactiontype/directdebit.md)
- [TransactionType.directDeposit](financekit/transactiontype/directdeposit.md)
- [TransactionType.dividend](financekit/transactiontype/dividend.md)
- [TransactionType.fee](financekit/transactiontype/fee.md)
- [TransactionType.interest](financekit/transactiontype/interest.md)
- [TransactionType.loan](financekit/transactiontype/loan.md)
- [TransactionType.pointOfSale](financekit/transactiontype/pointofsale.md)
- [TransactionType.refund](financekit/transactiontype/refund.md)
- [TransactionType.standingOrder](financekit/transactiontype/standingorder.md)
- [TransactionType.transfer](financekit/transactiontype/transfer.md)
