ReceiptCard.Items プロパティ

定義

領収書アイテムの配列を取得または設定します。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.ReceiptItem> Items { get; set; }
member this.Items : System.Collections.Generic.IList<Microsoft.Bot.Schema.ReceiptItem> with get, set
Public Property Items As IList(Of ReceiptItem)

プロパティ値

レシート明細。

適用対象