QRCodePaymentReferenceType

Types of QRCodes that can be generated by the API.

enum QRCodePaymentReferenceType : Enum<QRCodePaymentReferenceType>

Entries

PAYMENT_REQUEST
Link copied to clipboard

Associated to a Payment Request

PAYMENT_SESSION
Link copied to clipboard

Associated to a PaymentSession

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: QRCodePaymentReferenceType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<QRCodePaymentReferenceType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int