Body

data class Body constructor(val goalCode: String? = null, val comment: String? = null, val credentialPreview: CredentialPreview)(source)

Represents the body of a message for proposing a credential.

Constructors

Link copied to clipboard
constructor(goalCode: String? = null, comment: String? = null, credentialPreview: CredentialPreview)

Properties

Link copied to clipboard
val comment: String? = null

The comment.

Link copied to clipboard

The credential preview.

Link copied to clipboard
val goalCode: String? = null

The goal code.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if this object is equal to the specified other object.

Link copied to clipboard
open override fun hashCode(): Int

Computes the hash code value for this object.