Transaction

data class Transaction(var id: String, var date: Date, var amount: Double, var currency: Currency)

Object representing a user transaction.

Constructors

Link copied to clipboard
constructor(id: String, date: Date, amount: Double, currency: Currency)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var date: Date
Link copied to clipboard
var id: String