CreatePaymentRequestResult

The result from creating a new Payment Request.

interface CreatePaymentRequestResult

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

paymentRequestId
Link copied to clipboard

The ID of the new Payment Request

abstract val paymentRequestId: String
qr
Link copied to clipboard

A QRCode that is associated to the Payment Request

abstract val qr: QRCode?