Purchase

data class Purchase(val id: String, val amount: String, val title: String, val time: String)

Constructors

Link copied to clipboard
constructor(id: String, amount: String, title: String, time: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard