Identifier Trust Information Response Dto
data class IdentifierTrustInformationResponseDto(var data: String, var type: IdentifierTrustInformationType, var validFrom: String?, var validTo: String?)
Constructors
Link copied to clipboard
constructor(data: String, type: IdentifierTrustInformationType, validFrom: String?, validTo: String?)