Roi

@Serializable
data class Roi(val times: Float = 0.0f, val currency: String? = null, val percentage: Float = 0.0f)

Constructors

Link copied to clipboard
constructor(times: Float = 0.0f, currency: String? = null, percentage: Float = 0.0f)

Properties

Link copied to clipboard
val currency: String? = null
Link copied to clipboard
val percentage: Float = 0.0f
Link copied to clipboard
val times: Float = 0.0f