<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FinanceKit",
  "identifier" : "/documentation/FinanceKit/TransactionType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "FinanceKit"
    ],
    "preciseIdentifier" : "s:10FinanceKit15TransactionTypeO"
  },
  "title" : "TransactionType"
}
-->

# TransactionType

Values that describe kinds of transactions.

```
enum TransactionType
```

## Topics

### Enumeration Cases

[`case adjustment`](/documentation/FinanceKit/TransactionType/adjustment)

A credit or debit adjustment transaction.

[`case atm`](/documentation/FinanceKit/TransactionType/atm)

An ATM  transaction.

[`case billPayment`](/documentation/FinanceKit/TransactionType/billPayment)

A bill payment, usually carried out through an eBill or eCheck system.

[`case check`](/documentation/FinanceKit/TransactionType/check)

A check  payment.

[`case deposit`](/documentation/FinanceKit/TransactionType/deposit)

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

[`case directDebit`](/documentation/FinanceKit/TransactionType/directDebit)

A payment to a third party on agreed dates, typically in order to pay bills.

[`case directDeposit`](/documentation/FinanceKit/TransactionType/directDeposit)

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

[`case dividend`](/documentation/FinanceKit/TransactionType/dividend)

A distribution of a company’s earnings to its shareholders.

[`case fee`](/documentation/FinanceKit/TransactionType/fee)

A fee or charge levied by the account provider.

[`case interest`](/documentation/FinanceKit/TransactionType/interest)

A credit or debit due to interest earned or incurred.

[`case loan`](/documentation/FinanceKit/TransactionType/loan)

A loan drawdown or repayment.

[`case pointOfSale`](/documentation/FinanceKit/TransactionType/pointOfSale)

A Point of Sales transaction.

[`case refund`](/documentation/FinanceKit/TransactionType/refund)

A refund.

[`case standingOrder`](/documentation/FinanceKit/TransactionType/standingOrder)

A regular payment of a fixed amount that’s paid on a specified date.

[`case transfer`](/documentation/FinanceKit/TransactionType/transfer)

A transfer between accounts.

[`case unknown`](/documentation/FinanceKit/TransactionType/unknown)

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

[`case withdrawal`](/documentation/FinanceKit/TransactionType/withdrawal)

An automatic or recurring withdrawal of funds by another party.

## Relationships

### Conforms To

[`Escapable`](/documentation/Swift/Escapable)

[`Decodable`](/documentation/Swift/Decodable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Encodable`](/documentation/Swift/Encodable)

[`Copyable`](/documentation/Swift/Copyable)

[`Hashable`](/documentation/Swift/Hashable)

[`CaseIterable`](/documentation/Swift/CaseIterable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)