PaymentDetails.DisplayItems 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 contains line items for the payment request that the user agent may display.
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)
Property Value
The items for the payment request.