MicrosoftPayMethodData Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MicrosoftPayMethodData() | |
MicrosoftPayMethodData(String, IList<String>, IList<String>) | |
MicrosoftPayMethodData(String, IList<String>, IList<String>, Boolean) |
MicrosoftPayMethodData()
public MicrosoftPayMethodData ();
Public Sub New ()
Gilt für:
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)
Parameter
- merchantId
- String
Gilt für:
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)
Parameter
- merchantId
- String
- testMode
- Boolean