Share via


ReceiptItem interface

Represents an item in a receipt card.

Properties

image

The image of the item.

price

The price of the item.

quantity

The quantity of the item.

subtitle

The subtitle of the item.

tap

The tap action of the item.

text

The text of the item.

title

The title of the item.

Property Details

image

The image of the item.

image: CardImage

Property Value

price

The price of the item.

price: string

Property Value

string

quantity

The quantity of the item.

quantity: number

Property Value

number

subtitle

The subtitle of the item.

subtitle?: string

Property Value

string

tap

The tap action of the item.

tap?: CardAction

Property Value

text

The text of the item.

text?: string

Property Value

string

title

The title of the item.

title: string

Property Value

string