PaymentMethodData Constructors

Definition

Overloads

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

PaymentMethodData()

public PaymentMethodData ();
Public Sub New ()

Applies to

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)

Parameters

supportedMethods
IList<String>
data
Object

Applies to