---
title: ACAccountType
framework: accounts
role: symbol
role_heading: Class
path: accounts/acaccounttype
---

# ACAccountType

An object that encapsulates information about all accounts of a particular type.

## Declaration

```swift
class ACAccountType
```

## Overview

Overview You don’t create account type objects directly. To obtain an account type object, use the accountType(withAccountTypeIdentifier:) method or the accountType property of an account object. Use the accounts(with:) method to obtain all accounts of a particular type.

## Topics

### Accessing Properties

- [accessGranted](accounts/acaccounttype/accessgranted.md)
- [accountTypeDescription](accounts/acaccounttype/accounttypedescription.md)
- [identifier](accounts/acaccounttype/identifier.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
