MicrosoftPayMethodData Konstruktor

Definisi

Overload

MicrosoftPayMethodData()

Menginisialisasi instans baru kelas MicrosoftPayMethodData.

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

Menginisialisasi instans baru kelas MicrosoftPayMethodData.

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

Menginisialisasi instans baru kelas MicrosoftPayMethodData.

MicrosoftPayMethodData()

Menginisialisasi instans baru kelas MicrosoftPayMethodData.

public MicrosoftPayMethodData();
Public Sub New ()

Berlaku untuk

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

Menginisialisasi instans baru kelas MicrosoftPayMethodData.

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 ID Merchant.

supportedNetworks
IList<String>

Jaringan pembayaran yang didukung (misalnya, "visa" dan "mastercard").

supportedTypes
IList<String>

Jenis pembayaran yang didukung (misalnya, "kredit").

Berlaku untuk

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

Menginisialisasi instans baru kelas MicrosoftPayMethodData.

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

id pedagang.

supportedNetworks
IList<String>

jaringan yang didukung.

supportedTypes
IList<String>

jenis yang didukung.

testMode
Boolean

mode uji.

Berlaku untuk