KlarnaDetails

@Serializable
data class KlarnaDetails(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 /docs/api/terminal/locations that this transaction's reader is assigned to.

Link copied to clipboard
val reader: String? = null

ID of the /docs/api/terminal/readers this transaction was made on.