MoneyData

@Serializable
data class MoneyData(val amount: Double, val currency: String)

Parameters

amount
currency

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard