PaymentMethodData Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PaymentMethodData() | |
PaymentMethodData(IList<String>, Object) |
PaymentMethodData()
public PaymentMethodData ();
Public Sub New ()
S’applique à
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)
Paramètres
- data
- Object