ReceiptCard 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ReceiptCard ContentType 值。
public class ReceiptCard
type ReceiptCard = class
Public Class ReceiptCard
- 继承
-
ReceiptCard
构造函数
ReceiptCard() |
初始化 ReceiptCard 类的新实例。 |
ReceiptCard(String, IList<Fact>, IList<ReceiptItem>, CardAction, String, String, String, IList<CardAction>) |
初始化 ReceiptCard 类的新实例。 |
字段
ContentType |
的内容类型值 ReceiptCard。 |
属性
Buttons |
获取或设置适用于当前卡的操作集。 |
Facts |
获取或设置 Fact 对象的数组。 |
Items |
获取或设置收据项的数组。 |
Tap |
获取或设置当用户点击卡时将激活此操作。 |
Tax |
获取或设置) (或要支付的税款总额。 |
Title |
获取或设置卡片的标题。 |
Total |
获取或设置 (支付或要) 支付的总金额。 |
Vat |
获取或设置 (或要) 支付的增值税总额。 |
扩展方法
ToAttachment(ReceiptCard) |
从 ReceiptCard创建新的附件。 |