---
title: VSUserAccount.AccountType
framework: videosubscriberaccount
role: symbol
role_heading: Enumeration
path: videosubscriberaccount/vsuseraccount-swift.struct/accounttype-swift.enum
---

# VSUserAccount.AccountType

Constants that represent whether a user has access to paid content.

## Declaration

```swift
enum AccountType
```

## Overview

Overview The default is VSUserAccount.AccountType.free.

## Topics

### Account types

- [VSUserAccount.AccountType.free](videosubscriberaccount/vsuseraccount-swift.struct/accounttype-swift.enum/free.md)
- [VSUserAccount.AccountType.paid](videosubscriberaccount/vsuseraccount-swift.struct/accounttype-swift.enum/paid.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating user accounts

- [init(accountType:updateURL:)](videosubscriberaccount/vsuseraccount-swift.struct/init(accounttype:updateurl:).md)
