PaymentRequest.MethodData Property

Definition

Gets or sets allowed payment methods for this request.

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

Property Value

The payment methods for this request.

Applies to