getByQRCodeId

Retrieve a CustomerPaymentRequest by a QR code ID associated to the request

Parameters

qrCodeId

The QR Code ID.

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