CreatePaymentSessionResult

The result of creating a PaymentSession

interface CreatePaymentSessionResult

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

paymentSessionId
Link copied to clipboard

The ID of the new PaymentSession

abstract val paymentSessionId: String
qr
Link copied to clipboard

A QRCode that is associated to the PaymentSession

abstract val qr: QRCode?