PaynowDetails

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

Constructors

Link copied to clipboard
constructor(reader: String? = null, location: String? = null, reference: 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.

Link copied to clipboard
val reference: String? = null

Reference number associated with this PayNow payment.