# MyDataMyConsent.Models.DocumentIssueRequest

Document Issue Request.

# Properties

Name Type Description Notes
DocumentTypeId Guid Document type id.
Identifier string Document identifier.
Description string Document description.
Receiver DocumentReceiver
IssuedAtUtc DateTime Datetime of issue in UTC timezone.
ValidFromUtc DateTime Valid from datetime in UTC timezone.
ExpiresAtUtc DateTime? Datetime of expiry in UTC timezone. [optional]
PaymentRequest PaymentRequest [optional]
Metadata Dictionary<string, string> Metadata. [optional]

[Back to Model list] [Back to API list] [Back to README]

Last Updated: 6/19/2022, 7:27:56 PM