Freigeben über


MicrosoftPayMethodData Konstruktoren

Definition

Überlädt

MicrosoftPayMethodData()

Initialisiert eine neue Instanz der MicrosoftPayMethodData-Klasse.

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

Initialisiert eine neue Instanz der MicrosoftPayMethodData-Klasse.

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

Initialisiert eine neue Instanz der MicrosoftPayMethodData-Klasse.

MicrosoftPayMethodData()

Initialisiert eine neue Instanz der MicrosoftPayMethodData-Klasse.

public MicrosoftPayMethodData();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue Instanz der 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)

Parameter

merchantId
String

Microsoft Pay Händler-ID.

supportedNetworks
IList<String>

Unterstützte Zahlungsnetzwerke (z. B. "visa" und "mastercard").

supportedTypes
IList<String>

Unterstützte Zahlungsmethoden (z. B. "Guthaben").

Gilt für:

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

Initialisiert eine neue Instanz der 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)

Parameter

merchantId
String

Händler-ID.

supportedNetworks
IList<String>

unterstützte Netzwerke.

supportedTypes
IList<String>

Unterstützte Typen.

testMode
Boolean

Testmodus.

Gilt für: