10 lines
No EOL
197 B
Kotlin
10 lines
No EOL
197 B
Kotlin
package net.dankito.fints.response
|
|
|
|
import net.dankito.fints.messages.segmente.id.ISegmentId
|
|
|
|
|
|
enum class InstituteSegmentId(override val id: String) : ISegmentId {
|
|
|
|
Synchronization("HISYN")
|
|
|
|
} |