PresentationSubmissionDescriptor

@Serializable
data class PresentationSubmissionDescriptor(val id: String, val format: ClaimFormatEnum, val path: String, val nestedPath: PresentationSubmissionDescriptor? = null)(source)

Data class for DIF Presentation Exchange v1.0.0

Constructors

Link copied to clipboard
constructor(id: String, format: ClaimFormatEnum, path: String, nestedPath: PresentationSubmissionDescriptor? = null)

Properties

Link copied to clipboard
@SerialName(value = "format")
val format: ClaimFormatEnum
Link copied to clipboard
@SerialName(value = "id")
val id: String
Link copied to clipboard
@SerialName(value = "path_nested")
val nestedPath: PresentationSubmissionDescriptor? = null
Link copied to clipboard
@SerialName(value = "path")
val path: String