MicrosoftPayMethodData Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| MicrosoftPayMethodData() |
Initialiseert een nieuw exemplaar van de MicrosoftPayMethodData klasse. |
| MicrosoftPayMethodData(String, IList<String>, IList<String>) |
Initialiseert een nieuw exemplaar van de MicrosoftPayMethodData klasse. |
| MicrosoftPayMethodData(String, IList<String>, IList<String>, Boolean) |
Initialiseert een nieuw exemplaar van de MicrosoftPayMethodData klasse. |
MicrosoftPayMethodData()
Initialiseert een nieuw exemplaar van de MicrosoftPayMethodData klasse.
public MicrosoftPayMethodData();
Public Sub New ()
Van toepassing op
MicrosoftPayMethodData(String, IList<String>, IList<String>)
Initialiseert een nieuw exemplaar van de MicrosoftPayMethodData klasse.
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)
Parameters
- merchantId
- String
Microsoft Pay merchant-id.
Ondersteunde betalingsnetwerken (bijvoorbeeld 'visa' en 'mastercard').
Van toepassing op
MicrosoftPayMethodData(String, IList<String>, IList<String>, Boolean)
Initialiseert een nieuw exemplaar van de MicrosoftPayMethodData klasse.
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)
Parameters
- merchantId
- String
verkoper-id.
- testMode
- Boolean
testmodus.