다음을 통해 공유


PaymentMethodData 생성자

정의

오버로드

PaymentMethodData()
PaymentMethodData(IList<String>, Object)

PaymentMethodData()

public PaymentMethodData ();
Public Sub New ()

적용 대상

PaymentMethodData(IList<String>, Object)

public PaymentMethodData (System.Collections.Generic.IList<string> supportedMethods = default, object data = default);
new Microsoft.Bot.Connector.PaymentMethodData : System.Collections.Generic.IList<string> * obj -> Microsoft.Bot.Connector.PaymentMethodData
Public Sub New (Optional supportedMethods As IList(Of String) = Nothing, Optional data As Object = Nothing)

매개 변수

supportedMethods
IList<String>
data
Object

적용 대상