MicrosoftPayMethodData Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MicrosoftPayMethodData() | |
MicrosoftPayMethodData(String, IList<String>, IList<String>) | |
MicrosoftPayMethodData(String, IList<String>, IList<String>, Boolean) |
MicrosoftPayMethodData()
public MicrosoftPayMethodData ();
Public Sub New ()
S’applique à
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)
Paramètres
- merchantId
- String
S’applique à
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)
Paramètres
- merchantId
- String
- testMode
- Boolean