PaymentMethodData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- data
- Object