# StartIssuanceInputDataInnerStatusListDetailsInner

## Properties

| Name         | Type       | Description | Notes                  |
| ------------ | ---------- | ----------- | ---------------------- |
| **purpose**  | **string** |             | [default to undefined] |
| **standard** | **string** |             | [default to undefined] |

## Example

```typescript
import { StartIssuanceInputDataInnerStatusListDetailsInner } from '@affinidi-tdk/credential-issuance-client'

const instance: StartIssuanceInputDataInnerStatusListDetailsInner = {
  purpose,
  standard,
}
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
