CreatePaymentRequestResult

public protocol CreatePaymentRequestResult

The result from creating a new Payment Request.

  • The ID of the new Payment Request

    Declaration

    Swift

    var paymentRequestId: String { get }
  • qr

    A QRCode that is associated to the Payment Request

    Declaration

    Swift

    var qr: QRCode? { get }