PaymentDetailsModifier.AdditionalDisplayItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.