ULAddOn

data class ULAddOn(val name: String? = null, val price: Int? = 0) : Serializable

Class to represent an addon.

Constructors

Link copied to clipboard
fun ULAddOn(name: String? = null, price: Int? = 0)

Init method to create a ULAddOn object with the given parameters

Properties

Link copied to clipboard
val name: String? = null

Name of the AddOn

Link copied to clipboard
val price: Int? = 0

Price of the AddOn