MicrosoftPayMethodData 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| MicrosoftPayMethodData() | |
| MicrosoftPayMethodData(String, IList<String>, IList<String>) | |
| MicrosoftPayMethodData(String, IList<String>, IList<String>, Boolean) |
MicrosoftPayMethodData()
public MicrosoftPayMethodData();
Public Sub New ()
適用於
MicrosoftPayMethodData(String, IList<String>, IList<String>)
public MicrosoftPayMethodData(string merchantId = default, System.Collections.Generic.IList<string> supportedNetworks = default, System.Collections.Generic.IList<string> supportedTypes = default);
new Microsoft.Bot.Connector.MicrosoftPayMethodData : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Bot.Connector.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
適用於
MicrosoftPayMethodData(String, IList<String>, IList<String>, Boolean)
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.Connector.MicrosoftPayMethodData : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * bool -> Microsoft.Bot.Connector.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
- testMode
- Boolean