# SupportedCredentialMetadataDisplayInner

## Properties

| Name                | Type                                                                              | Description | Notes                             |
| ------------------- | --------------------------------------------------------------------------------- | ----------- | --------------------------------- |
| **name**            | **string**                                                                        |             | [default to undefined]            |
| **locale**          | **string**                                                                        |             | [optional] [default to undefined] |
| **logo**            | [**SupportedCredentialMetadataItemLogo**](SupportedCredentialMetadataItemLogo.md) |             | [optional] [default to undefined] |
| **backgroundColor** | **string**                                                                        |             | [optional] [default to undefined] |
| **textColor**       | **string**                                                                        |             | [optional] [default to undefined] |

## Example

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

const instance: SupportedCredentialMetadataDisplayInner = {
  name,
  locale,
  logo,
  backgroundColor,
  textColor,
}
```

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