Compartilhar via


PaymentMethodData Construtores

Definição

Sobrecargas

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

PaymentMethodData()

public PaymentMethodData ();
Public Sub New ()

Aplica-se a

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)

Parâmetros

supportedMethods
IList<String>
data
Object

Aplica-se a