PaymentDetailsModifier.AdditionalDisplayItems Property

Definition

Gets or sets provides additional display items that are appended to the displayItems field in the PaymentDetails dictionary for the payment method identifiers in the supportedMethods field.

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)

Property Value

The additional display items that are appended to the displayItems field in PaymentDetails.

Applies to