<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INAccountType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INAccountType"
  },
  "title" : "INAccountType"
}
-->

# INAccountType

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

```
enum INAccountType
```

## Topics

### Constants

[`case unknown`](/documentation/Intents/INAccountType/unknown)

An unknown type of account.

[`case checking`](/documentation/Intents/INAccountType/checking)

A checking account.

[`case credit`](/documentation/Intents/INAccountType/credit)

A credit card account.

[`case debit`](/documentation/Intents/INAccountType/debit)

A debit account.

[`case investment`](/documentation/Intents/INAccountType/investment)

An investment account.

[`case mortgage`](/documentation/Intents/INAccountType/mortgage)

A mortgage account.

[`case prepaid`](/documentation/Intents/INAccountType/prepaid)

A prepaid account.

[`case saving`](/documentation/Intents/INAccountType/saving)

A savings account.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INAccountType/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)