Receipt

@Serializable
data class Receipt(val timestamp: Long)

Constructors

Link copied to clipboard
constructor(timestamp: Long)

Properties

Link copied to clipboard
@SerialName(value = "ts")
val timestamp: Long