You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data class KontoForTilbakebetaling(
val norskKontonummer:String? = null,
val swiftBIC:String? = null,
val valuta:String? = null,
val IBAN:String? = null
)
{
}
And the latest code generates:
data class KontoForTilbakebetaling(
val norskKontonummer:String? = null,
)
The text was updated successfully, but these errors were encountered:
This worked in V 0.9.1.
Xsd-snippet:
used to generate (Kotlin):
And the latest code generates:
The text was updated successfully, but these errors were encountered: