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

# TokenAmount

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class TokenAmount(val amount: String, val rawAmount: String)
```

## Constructors

```kotlin theme={null}
constructor(amount: String, rawAmount: String)
```

## Properties

| Property    | Type     | Description |
| ----------- | -------- | ----------- |
| `amount`    | `String` | -           |
| `rawAmount` | `String` | -           |
