Pos Payment Sdk Fiscal Manager
interface PosPaymentSdkFiscalManager
Interface for managing fiscal operations through the POS External Payment SDK.
This interface provides methods for execute various fiscal operations. Each method returns a Result which can either be a Result.Success if the operation is successful, or a Result.Error indicating failure.
Functions
Link copied to clipboard
abstract suspend fun closeShift(cashierName: String, cashierTin: String): Result<SdkSuccessAnswer.GetShiftData>
Close fiscal shift.
Link copied to clipboard
abstract suspend fun processCheque(cheque: FiscalDataRequest): Result<SdkSuccessAnswer.ProcessCheque>
Feeds the printer paper by the specified number of lines.