---
title: INAccountType
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inaccounttype
---

# INAccountType

Constants indicating the type of account involved in a financial transaction.

## Declaration

```swift
enum INAccountType
```

## Topics

### Constants

- [INAccountType.unknown](intents/inaccounttype/unknown.md)
- [INAccountType.checking](intents/inaccounttype/checking.md)
- [INAccountType.credit](intents/inaccounttype/credit.md)
- [INAccountType.debit](intents/inaccounttype/debit.md)
- [INAccountType.investment](intents/inaccounttype/investment.md)
- [INAccountType.mortgage](intents/inaccounttype/mortgage.md)
- [INAccountType.prepaid](intents/inaccounttype/prepaid.md)
- [INAccountType.saving](intents/inaccounttype/saving.md)

### Initializers

- [init(rawValue:)](intents/inaccounttype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Data Objects

- [INCurrencyAmount](intents/incurrencyamount.md)
- [INPaymentAccount](intents/inpaymentaccount.md)
- [INPaymentAmount](intents/inpaymentamount.md)
- [INPaymentMethod](intents/inpaymentmethod.md)
- [INPaymentRecord](intents/inpaymentrecord.md)
- [INPaymentStatus](intents/inpaymentstatus.md)
- [INPerson](intents/inperson.md)
