UNPKG

@affinidi-tdk/credential-issuance-client

Version:

Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE

22 lines (14 loc) 824 B
# StartIssuanceInputDataInnerMetaData Object of metadata to be included in the additionalProperties related to vc ## Properties | Name | Type | Description | Notes | | ------------------ | ---------- | --------------------------------------------- | ---------------------- | | **expirationDate** | **string** | Date and time when the credential will expire | [default to undefined] | ## Example ```typescript import { StartIssuanceInputDataInnerMetaData } from '@affinidi-tdk/credential-issuance-client' const instance: StartIssuanceInputDataInnerMetaData = { expirationDate, } ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)