Package-level declarations
Types
PaymentStateSubscription is a handler to a payment which is "in progress". It allows for:
PrintingStatusSubscription is a handler to a printing action which is "in progress". It allows for:
Class holding all information about the state of the printing action.
RefundResultSubscription is a handler to a refund which is "in progress". It allows for subscribing to the final result of that refund.
TeyaCommonPrintingApi is the main interface for printing requests to the Teya payment app. It provides a unified API for printing related functions in the Teya payment app, regardless of the type used underneath.
TeyaCommonTransactionsApi is the main interface for transaction related calls to the Teya payment app. It provides a unified API for transaction related functions in the Teya payment app, regardless of the type used underneath.