PaypayDetails

@Serializable
data class PaypayDetails(val reader: String? = null, val location: String? = null) : Serializable

Constructors

Link copied to clipboard
constructor(reader: String? = null, location: String? = null)

Properties

Link copied to clipboard
val location: String? = null

ID of the location that this reader is assigned to.

Link copied to clipboard
val reader: String? = null

ID of the reader this transaction was made on.