ReceiptCounts

data class ReceiptCounts(val favorite: Int?, val thisMonth: Int?, val total: Int?)

See also

Constructors

Link copied to clipboard
constructor(favorite: Int?, thisMonth: Int?, total: Int?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val total: Int?