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