Interface

QRCode

QRCode

Detail of a QR code

View Source model/QRCode.d.ts, line 4

Members

string

# content

The text content for the QR code.

View Source model/QRCode.d.ts, line 22

Date

# expiryTime Optional

Timestamp indicating when the QR code will expire and become ineffective. If absent then the QR code will not expire until it is deleted

View Source model/QRCode.d.ts, line 30

string

# image

Base64 encoded PNG of the QR Code

View Source model/QRCode.d.ts, line 26

string

# qrId

The ID of the QR Code

View Source model/QRCode.d.ts, line 10

string

# referenceId

The ID of the Payment Request linked to this QR code

View Source model/QRCode.d.ts, line 14

QRCodePaymentReferenceType

# referenceType

"The type of ID held in QRCode.referenceId

View Source model/QRCode.d.ts, line 18