PaymentRequest.MethodData الخاصية

التعريف

الحصول على طرق الدفع المسموح بها لهذا الطلب أو تعيينها.

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)

قيمة الخاصية

طرق الدفع لهذا الطلب.

ينطبق على