printCustomTemplate

Sends a request to print the provided custom receipt template using the Teya payment app.

This method allows for printing a given Template, which is composed of a list of structured receipt rows. The process of printing may be tracked via the returned PrintingStatusSubscription, which provides subscription capabilities to monitor the printing state changes.

Return

A PrintingStatusSubscription that enables subscribing to printing state changes and tracks the progress of the printing request.

Parameters

template

The receipt template to be printed. This template is structured as a list of rows that define the layout and content of the receipt.