ConsentUseCase

data class ConsentUseCase(val optional: Boolean, val solutions: List<ConsentUseCaseSolution>)

A use-case which is part of a transaction.

Constructors

Link copied to clipboard
constructor(optional: Boolean, solutions: List<ConsentUseCaseSolution>)

Properties

Link copied to clipboard

whether the use-case is optional or must be satisfied.

Link copied to clipboard

a list of solutions to the use-case, contains at least one solution but may contain more.