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

com.tink.rest.models.insightdata.AmountWithCurrencyCode.kt Maven / Gradle / Ivy

There is a newer version: 0.8.6
Show newest version
package com.tink.rest.models.insightdata

import com.squareup.moshi.Json
import com.squareup.moshi.JsonClass

@JsonClass(generateAdapter = true)
data class AmountWithCurrencyCode(
    @Json(name = "amount")
    val amount: Double,
    @Json(name = "currencyCode")
    val currencyCode: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy