ReceiptItem 类

定义

收据卡上的项目。

public class ReceiptItem
type ReceiptItem = class
Public Class ReceiptItem
继承
ReceiptItem

构造函数

ReceiptItem()

初始化 ReceiptItem 类的新实例。

ReceiptItem(String, String, String, CardImage, String, String, CardAction)

初始化 ReceiptItem 类的新实例。

属性

Image

获取或设置图像。

Price

获取或设置货币金额。

Quantity

获取或设置给定类型的项的数目。

Subtitle

获取或设置副标题显示在标题字段下方,仅在字体样式上与标题不同。

Tap

获取或设置当用户点击项气泡时将激活此操作。

Text

获取或设置文本字段显示在副标题下方,仅在字体样式上与副标题不同。

Title

获取或设置卡片的标题。

适用于