Implemented toString()
This commit is contained in:
parent
6556f12f1e
commit
66496938d3
1 changed files with 7 additions and 1 deletions
|
@ -26,4 +26,10 @@ open class TanProcedureParameters(
|
|||
val nameOfTanMediaRequired: BezeichnungDesTanMediumsErforderlich,
|
||||
val hhdUcResponseRequired: Boolean,
|
||||
val countSupportedActiveTanMedia: Int?
|
||||
)
|
||||
) {
|
||||
|
||||
override fun toString(): String {
|
||||
return "$procedureName $technicalTanProcedureIdentification"
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue