Folder

data class Folder(val id: String, val name: String, val colour: Color, val updatedAt: OffsetDateTime, val createdAt: OffsetDateTime, val count: Int, val totals: List<Folder.CurrencyTotal>? = null)

See also

Constructors

Link copied to clipboard
constructor(id: String, name: String, colour: Color, updatedAt: OffsetDateTime, createdAt: OffsetDateTime, count: Int, totals: List<Folder.CurrencyTotal>? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class CurrencyTotal(val amount: BigDecimal, val count: Int, val currencyCode: String, val displayAmount: String)

Properties

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

Functions

Link copied to clipboard