All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.smaugfm.lunchmoney.response.LunchmoneyUpdateTransactionResponse.kt Maven / Gradle / Ivy

package io.github.smaugfm.lunchmoney.response

import kotlinx.serialization.Serializable

@Serializable
data class LunchmoneyUpdateTransactionResponse(
    val updated: Boolean,
    val split: List? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy