Spacer

@ObjCName(name = "TeyaReceiptRowSpacer", exact = true)
object Spacer : ReceiptRow

Represents an empty or blank row within a receipt. It can be used to add spacing between other elements in the receipt structure.

This object is part of the ReceiptRow hierarchy and can be included in the list of rows when defining a receipt's Template structure.

The Spacer provides a way to visually separate the content of the receipt without adding any actual data or other elements.