次の方法で共有


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)

プロパティ値

この要求の支払い方法。

適用対象