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
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
text
The text of the item.
text?: string
Property Value
string
title
The title of the item.
title: string
Property Value
string