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 建立新的附件。 |