cancelPaymentQRCode

Cancels a QR code making it unusable

Parameters

qrCodeId

The ID of the QR code to cancel.

abstract fun cancelPaymentQRCode(qrCodeId: String): ApiResult<Unit>