Folder
data class Folder(id: String, name: String, colour: Color, updatedAt: OffsetDateTime, createdAt: OffsetDateTime, count: Int, totals: List<Folder.CurrencyTotal>?)
Content copied to clipboard
See also
Constructors
Folder
Link copied to clipboard
fun Folder(id: String, name: String, colour: Color, updatedAt: OffsetDateTime, createdAt: OffsetDateTime, count: Int, totals: List<Folder.CurrencyTotal>? = null)
Content copied to clipboard
Types
CurrencyTotal
Link copied to clipboard
data class CurrencyTotal(amount: BigDecimal, count: Int, currencyCode: String, displayAmount: String)
Content copied to clipboard
Functions
toDto
Link copied to clipboard