
eu.kevin.api.models.account.transaction.response.InformationStructured.kt Maven / Gradle / Ivy
package eu.kevin.api.models.account.transaction.response
import kotlinx.serialization.Serializable
@Serializable
data class InformationStructured(
val type: String? = null,
val reference: String? = null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy