> ## 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.

# Phone

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class Phone(val phone: String, val locator: String = "phone:") : SignerData, NonCustodialSigner
```

## Constructors

```kotlin theme={null}
constructor(phone: String, locator: String = "phone:")
```

## Properties

### locator

```kotlin theme={null}
open override val locator: String
```

### phone

```kotlin theme={null}
val phone: String
```
