UNPKG

@affinidi-tdk/credential-issuance-client

Version:

Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE

28 lines (21 loc) 1.58 kB
# 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)