Magstripe

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

Represents non-payment data collected using collectData with the magstripe interface.

Constructors

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

Properties

Link copied to clipboard
open override 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
open override 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.