PaymentDetails.DisplayItems Property

Definition

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.

Applies to