Revenue

interface Revenue

The Revenue interface is useful to give the basic details about a revenue

Author

N7ghtm4r3 - Tecknobit

Inheritors

Types

Link copied to clipboard
@Serializable
data class RevenueImpl(val id: String, val title: String = "", val value: Double, val revenueDate: Long) : Revenue

The RevenueImpl class is the default implementation of the Revenue

Properties

Link copied to clipboard
abstract val id: String

id the identifier of the revenue

Link copied to clipboard
abstract val revenueDate: Long

revenueDate the date of the revenue

Link copied to clipboard
abstract val title: String

title the title of the revenue

Link copied to clipboard
abstract val value: Double

value the value of the revenue