ReceiptCard interface

收据卡

属性

buttons

适用于当前卡的操作集

facts

Fact 对象的数组

items

收据项数组

tap

当用户点击卡片时将激活此操作

tax

已支付的税款总额(或要支付)

title

卡片的标题

total

支付的总金额(或要支付)

vat

已支付的增值税总额(或要支付)

属性详细信息

buttons

适用于当前卡的操作集

buttons: CardAction[]

属性值

facts

Fact 对象的数组

facts: Fact[]

属性值

Fact[]

items

收据项数组

items: ReceiptItem[]

属性值

tap

当用户点击卡片时将激活此操作

tap: CardAction

属性值

tax

已支付的税款总额(或要支付)

tax: string

属性值

string

title

卡片的标题

title: string

属性值

string

total

支付的总金额(或要支付)

total: string

属性值

string

vat

已支付的增值税总额(或要支付)

vat: string

属性值

string