Funding

DTO class for funding.

Author

Jan Müller
data class Funding(amount: Double)

Constructors

<init>
Link copied to clipboard
fun <init>(amount: Double)

Functions

component1
Link copied to clipboard
operator fun component1(): Double
copy
Link copied to clipboard
fun copy(amount: Double): Funding
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

amount
Link copied to clipboard
The funding amount.
val amount: Double