ReceiptCard interface
Represents a receipt card.
Properties
buttons | The buttons of the card. |
facts | The facts of the card. |
items | The items of the card. |
tap | The tap action of the card. |
tax | The tax amount of the receipt. |
title | The title of the card. |
total | The total amount of the receipt. |
vat | The VAT amount of the receipt. |
Property Details
buttons
facts
items
tap
tax
The tax amount of the receipt.
tax: string
Property Value
string
title
The title of the card.
title: string
Property Value
string
total
The total amount of the receipt.
total: string
Property Value
string
vat
The VAT amount of the receipt.
vat?: string
Property Value
string