NewPaymentRequestQRCode

Request to create a new QRCode for a Payment Request

interface NewPaymentRequestQRCode : Serializable

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

referenceId
Link copied to clipboard

The ID of the payment request linked to this QRCode

abstract val referenceId: String
referenceType
Link copied to clipboard
abstract val referenceType: QRCodePaymentReferenceType
timeToLive
Link copied to clipboard

The time in seconds that the QR code should remain valid.

After this time any use of the QR code by a customer will fail to return any data.

If absent, the API will default value to 0 which indicates that the code will not expire until it is deleted.

open val timeToLive: Int