PaymentRequest Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
PaymentRequest() | |
PaymentRequest(String, IList<PaymentMethodData>, PaymentDetails, PaymentOptions, String) |
PaymentRequest()
public PaymentRequest ();
Public Sub New ()
Van toepassing op
PaymentRequest(String, IList<PaymentMethodData>, PaymentDetails, PaymentOptions, String)
public PaymentRequest (string id = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.PaymentMethodData> methodData = default, Microsoft.Bot.Connector.PaymentDetails details = default, Microsoft.Bot.Connector.PaymentOptions options = default, string expires = default);
new Microsoft.Bot.Connector.PaymentRequest : string * System.Collections.Generic.IList<Microsoft.Bot.Connector.PaymentMethodData> * Microsoft.Bot.Connector.PaymentDetails * Microsoft.Bot.Connector.PaymentOptions * string -> Microsoft.Bot.Connector.PaymentRequest
Public Sub New (Optional id As String = Nothing, Optional methodData As IList(Of PaymentMethodData) = Nothing, Optional details As PaymentDetails = Nothing, Optional options As PaymentOptions = Nothing, Optional expires As String = Nothing)
Parameters
- id
- String
- methodData
- IList<PaymentMethodData>
- details
- PaymentDetails
- options
- PaymentOptions
- expires
- String