Implemented toString()
This commit is contained in:
parent
6556f12f1e
commit
66496938d3
|
@ -26,4 +26,10 @@ open class TanProcedureParameters(
|
|||
val nameOfTanMediaRequired: BezeichnungDesTanMediumsErforderlich,
|
||||
val hhdUcResponseRequired: Boolean,
|
||||
val countSupportedActiveTanMedia: Int?
|
||||
)
|
||||
) {
|
||||
|
||||
override fun toString(): String {
|
||||
return "$procedureName $technicalTanProcedureIdentification"
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue