AccountFinisher

@Serializable
data class AccountFinisher(val id: Int, val permanent: Boolean, val quantity: Int? = null)

Data model for finisher unlocked for account

Constructors

Link copied to clipboard
constructor(id: Int, permanent: Boolean, quantity: Int? = null)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
val quantity: Int? = null