RecipientQrCodePaymentInstrument

Data class representing a QR code payment instrument, used for third-party payments.

Constructors

Link copied to clipboard
constructor(qrCodeHash: String)
constructor(id: String?, qrCodeHash: String)

Properties

Link copied to clipboard
open override val id: String?

The instrument identifier.

Link copied to clipboard

Represents the type of the recipient instrument.

Link copied to clipboard

A QR code represented as a hash, typically a base64 or hexadecimal string.