PaymentDetailsModifier.AdditionalDisplayItems プロパティ

定義

取得または設定は、サポートされているMethods フィールドの支払方法識別子の PaymentDetails ディクショナリの displayItems フィールドに追加される追加の表示項目を提供します。

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

プロパティ値

PaymentDetails の displayItems フィールドに追加される追加の表示項目。

適用対象