Rate

@Serializable
data class Rate(val name: String, val unit: String, val value: Long = 0, val type: String)

Constructors

Link copied to clipboard
constructor(name: String, unit: String, value: Long = 0, type: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Long = 0