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

# TransactionType.directDeposit

A deposit of money by a payer directly into a payee’s bank account.

## Declaration

```swift
case directDeposit
```

## 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.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)
- [TransactionType.unknown](financekit/transactiontype/unknown.md)
