QRCode

Detail of a QR code

interface QRCode

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

content
Link copied to clipboard

The text content for the QR code.

abstract val content: String
expiryTime
Link copied to clipboard

Timestamp indicating when the QR code will expire and become ineffective.

If absent then the QR code will not expire until it is deleted

abstract val expiryTime: OffsetDateTime?
image
Link copied to clipboard

Base64 encoded PNG of the QR Code

abstract val image: String
qrId
Link copied to clipboard

The ID of the QR code

abstract val qrId: String
referenceId
Link copied to clipboard

The ID of the Payment Request linked to this QR code

abstract val referenceId: String
referenceType
Link copied to clipboard

"The type of ID held in QRCode.referenceId

abstract val referenceType: QRCodePaymentReferenceType