MicrosoftPayMethodData コンストラクター

定義

オーバーロード

MicrosoftPayMethodData()

MicrosoftPayMethodData クラスの新しいインスタンスを初期化します。

MicrosoftPayMethodData(String, IList<String>, IList<String>)

MicrosoftPayMethodData クラスの新しいインスタンスを初期化します。

MicrosoftPayMethodData(String, IList<String>, IList<String>, Boolean)

MicrosoftPayMethodData クラスの新しいインスタンスを初期化します。

MicrosoftPayMethodData()

MicrosoftPayMethodData クラスの新しいインスタンスを初期化します。

public MicrosoftPayMethodData ();
Public Sub New ()

適用対象

MicrosoftPayMethodData(String, IList<String>, IList<String>)

MicrosoftPayMethodData クラスの新しいインスタンスを初期化します。

public MicrosoftPayMethodData (string merchantId = default, System.Collections.Generic.IList<string> supportedNetworks = default, System.Collections.Generic.IList<string> supportedTypes = default);
new Microsoft.Bot.Schema.MicrosoftPayMethodData : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Bot.Schema.MicrosoftPayMethodData
Public Sub New (Optional merchantId As String = Nothing, Optional supportedNetworks As IList(Of String) = Nothing, Optional supportedTypes As IList(Of String) = Nothing)

パラメーター

merchantId
String

マーチャント ID をMicrosoft Payします。

supportedNetworks
IList<String>

サポートされている支払いネットワーク ("visa" や "mastercard" など)。

supportedTypes
IList<String>

サポートされている支払いの種類 (例: "クレジット")。

適用対象

MicrosoftPayMethodData(String, IList<String>, IList<String>, Boolean)

MicrosoftPayMethodData クラスの新しいインスタンスを初期化します。

public MicrosoftPayMethodData (string merchantId = default, System.Collections.Generic.IList<string> supportedNetworks = default, System.Collections.Generic.IList<string> supportedTypes = default, bool testMode = false);
new Microsoft.Bot.Schema.MicrosoftPayMethodData : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * bool -> Microsoft.Bot.Schema.MicrosoftPayMethodData
Public Sub New (Optional merchantId As String = Nothing, Optional supportedNetworks As IList(Of String) = Nothing, Optional supportedTypes As IList(Of String) = Nothing, Optional testMode As Boolean = false)

パラメーター

merchantId
String

マーチャント ID。

supportedNetworks
IList<String>

サポートされているネットワーク。

supportedTypes
IList<String>

サポートされている型。

testMode
Boolean

テスト モード。

適用対象