Item

@ObjCName(name = "TeyaReceiptRowItem", exact = true)
data class Item(val item: RowElement) : ReceiptRow

Represents a single item in a receipt row. The item is defined using a RowElement. This class is a specific type of ReceiptRow.

It is typically used to display individual elements such as text, images, or QR codes in a receipt template.

Constructors

Link copied to clipboard
constructor(item: RowElement)

Properties

Link copied to clipboard

The row element to be displayed. This can be of type RowElement.Text, RowElement.Image, or RowElement.QrCode.