PaymentDetails.DisplayItems プロパティ

定義

ユーザー エージェントが表示できる支払い要求の品目を取得または設定します。

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

プロパティ値

支払い要求の項目。

適用対象