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

# TransactionType.billPayment

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

## Declaration

```swift
case billPayment
```

## See Also

### Enumeration Cases

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