Share via


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

The buttons of the card.

buttons: CardAction[]

Property Value

facts

The facts of the card.

facts: Fact[]

Property Value

Fact[]

items

The items of the card.

items: ReceiptItem[]

Property Value

tap

The tap action of the card.

tap?: CardAction

Property Value

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