process Cheque
abstract suspend fun processCheque(cheque: FiscalDataRequest): Result<SdkSuccessAnswer.ProcessCheque>
Process fiscal cheque.
Return
Result which can be a Result.Success containing SdkSuccessAnswer.ProcessCheque if the cheque is successfully, or a Result.Error if the operation fails.
Parameters
cheque
The fiscal data request.