12 lines
No EOL
114 B
Kotlin
12 lines
No EOL
114 B
Kotlin
package net.dankito.fints.messages
|
|
|
|
|
|
enum class Existenzstatus {
|
|
|
|
Mandatory,
|
|
|
|
Optional,
|
|
|
|
NotAllowed
|
|
|
|
} |