ReceiptType

@Serializable(with = ReceiptTypeSerializer::class)
abstract class ReceiptType

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object Read : ReceiptType
Link copied to clipboard
data class Unknown(val name: String) : ReceiptType

Properties

Link copied to clipboard
abstract val name: String