PresentationSubmissionDescriptor

@Serializable
data class PresentationSubmissionDescriptor(    val id: String,     val format: ClaimFormat,     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: ClaimFormat, path: String, nestedPath: PresentationSubmissionDescriptor? = null)

Properties

Link copied to clipboard
@SerialName(value = "format")
val format: ClaimFormat
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