//
koffee-backend
/
eu.yeger.koffee.model.dto
/
Funding
Funding
DTO class for funding.
Author
Jan Müller
data class
Funding
(amount:
Double
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
<init>
Link copied to clipboard
fun
<init>
(amount:
Double
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator fun
component1
():
Double
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(amount:
Double
):
Funding
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
amount
Link copied to clipboard
The funding amount.
val
amount
:
Double
Content copied to clipboard