다음을 통해 공유


MicrosoftPayMethodData 생성자

정의

오버로드

MicrosoftPayMethodData()

MicrosoftPayMethodData 클래스의 새 인스턴스를 초기화합니다.

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

MicrosoftPayMethodData 클래스의 새 인스턴스를 초기화합니다.

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

MicrosoftPayMethodData 클래스의 새 인스턴스를 초기화합니다.

MicrosoftPayMethodData()

MicrosoftPayMethodData 클래스의 새 인스턴스를 초기화합니다.

public MicrosoftPayMethodData ();
Public Sub New ()

적용 대상

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

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)

매개 변수

merchantId
String

Microsoft Pay 판매자 ID입니다.

supportedNetworks
IList<String>

지원되는 결제 네트워크(예: "visa" 및 "mastercard").

supportedTypes
IList<String>

지원되는 결제 유형(예: "크레딧").

적용 대상

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

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)

매개 변수

merchantId
String

가맹점 ID입니다.

supportedNetworks
IList<String>

지원되는 네트워크.

supportedTypes
IList<String>

지원되는 형식입니다.

testMode
Boolean

테스트 모드입니다.

적용 대상