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

# Approvals

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class Approvals(val pending: List<Approvals.PendingApproval>, val submitted: List<Approvals.SubmittedApproval>)
```

## Constructors

```kotlin theme={null}
constructor(pending: List<Approvals.PendingApproval>, submitted: List<Approvals.SubmittedApproval>)
```

## Properties

| Property    | Type                                | Description |
| ----------- | ----------------------------------- | ----------- |
| `pending`   | `List<Approvals.PendingApproval>`   | -           |
| `submitted` | `List<Approvals.SubmittedApproval>` | -           |
