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 openShift(cashierName: String, cashierTin: String): Result<SdkSuccessAnswer.GetShiftData>

Open fiscal shift.

Link copied to clipboard

Feeds the printer paper by the specified number of lines.