PaymentRequest 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
PaymentRequest() | |
PaymentRequest(String, IList<PaymentMethodData>, PaymentDetails, PaymentOptions, String) |
PaymentRequest()
public PaymentRequest ();
Public Sub New ()
Applies to
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