---
title: accountType
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaymentaccount/accounttype
---

# accountType

The type of the account.

## Declaration

```swift
var accountType: INAccountType { get }
```

## Discussion

Discussion Use this property as needed to determine the type of the account. For example, you might need to handle transactions differently based on their type.

## See Also

### Getting the Account Details

- [nickname](intents/inpaymentaccount/nickname.md)
- [organizationName](intents/inpaymentaccount/organizationname.md)
- [INAccountType](intents/inaccounttype.md)
- [accountNumber](intents/inpaymentaccount/accountnumber.md)
