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

# TransactionType.withdrawal

An automatic or recurring withdrawal of funds by another party.

## Declaration

```swift
case withdrawal
```

## 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)
