ReceiptCard interface
A receipt card
Properties
buttons | Set of actions applicable to the current card |
facts | Array of Fact objects |
items | Array of Receipt Items |
tap | This action will be activated when user taps on the card |
tax | Total amount of tax paid (or to be paid) |
title | Title of the card |
total | Total amount of money paid (or to be paid) |
vat | Total amount of VAT paid (or to be paid) |
Property Details
buttons
facts
items
tap
tax
Total amount of tax paid (or to be paid)
tax: string
Property Value
string
title
Title of the card
title: string
Property Value
string
total
Total amount of money paid (or to be paid)
total: string
Property Value
string
vat
Total amount of VAT paid (or to be paid)
vat: string
Property Value
string