getByQRCodeId

Retrieve a PaymentSession by a QR code ID associated to the session.

Parameters

qrCodeId

The QR code ID.

abstract fun getByQRCodeId(qrCodeId: String): ApiResult<PaymentSession>