Receipt
@Serializable
Constructors
Link copied to clipboard
constructor(id: Long = 0, personId: Long, categoryId: Long?, mediaPath: String, mediaType: String, thumbnailPath: String? = null, note: String = "", isPositive: Boolean = false, isHidden: Boolean = false, lootBoxUsed: Boolean = false, timestamp: Long = System.currentTimeMillis(), latitude: Double? = null, longitude: Double? = null)