> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Owner

> Swift Enumeration

**Enumeration**

```swift theme={null}
enum Owner
```

## Enumeration Cases

### Owner.email(\_:)

```swift theme={null}
case email(String)
```

### Owner.phoneNumber(\_:)

```swift theme={null}
case phoneNumber(String)
```

### Owner.twitter(\_:)

```swift theme={null}
case twitter(String)
```

### Owner.userId(\_:)

```swift theme={null}
case userId(String)
```

### Owner.x(\_:)

```swift theme={null}
case x(String)
```

## Initializers

### init(from:)

Inherited from `Decodable.init(from:)`.

```swift theme={null}
init(from decoder: any Decoder) throws
```

### init(from:)

```swift theme={null}
init(from locator: String) throws
```

## Instance Properties

### description

Inherited from `CustomStringConvertible.description`.

```swift theme={null}
var description: String { get }
```

## Instance Methods

### encode(to:)

Inherited from `Encodable.encode(to:)`.

```swift theme={null}
func encode(to encoder: any Encoder) throws
```
