Roi

data class Roi(val times: Double, val currency: String, val percentage: Double) : Parcelable

Represents the ROI (Return on Investment) data, which can be null. The actual fields might be different if the object is present.

Constructors

Link copied to clipboard
constructor(times: Double, currency: String, percentage: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)