ReceiptItem interface
An item on a receipt card
Properties
image | Image |
price | Amount with currency |
quantity | Number of items of given kind |
subtitle | Subtitle appears just below Title field, differs from Title in font styling only |
tap | This action will be activated when user taps on the Item bubble. |
text | Text field appears just below subtitle, differs from Subtitle in font styling only |
title | Title of the Card |
Property Details
image
price
Amount with currency
price: string
Property Value
string
quantity
Number of items of given kind
quantity: string
Property Value
string
subtitle
Subtitle appears just below Title field, differs from Title in font styling only
subtitle: string
Property Value
string
tap
This action will be activated when user taps on the Item bubble.
tap: CardAction
Property Value
text
Text field appears just below subtitle, differs from Subtitle in font styling only
text: string
Property Value
string
title
Title of the Card
title: string
Property Value
string