CollectedData

@Serializable
data class CollectedData(val id: String, val created: Long = 0, val livemode: Boolean = false, val nfcUid: String? = null) : Serializable

Represents non-payment data collected using collectData.

Constructors

Link copied to clipboard
constructor(id: String, created: Long = 0, livemode: Boolean = false, nfcUid: String? = null)

Properties

Link copied to clipboard
val created: Long = 0

Time at which the object was created. Measured in seconds since the Unix epoch.

Link copied to clipboard
val id: String

Unique identifier for the object.

Link copied to clipboard
val livemode: Boolean = false

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

Link copied to clipboard
val nfcUid: String? = null

NFC UID of a tapped card, if it exists