PaymentRequestUpdateResult 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
PaymentRequestUpdateResult() | |
PaymentRequestUpdateResult(PaymentDetails) |
PaymentRequestUpdateResult()
public PaymentRequestUpdateResult ();
Public Sub New ()
Applies to
PaymentRequestUpdateResult(PaymentDetails)
public PaymentRequestUpdateResult (Microsoft.Bot.Connector.PaymentDetails details = default);
new Microsoft.Bot.Connector.PaymentRequestUpdateResult : Microsoft.Bot.Connector.PaymentDetails -> Microsoft.Bot.Connector.PaymentRequestUpdateResult
Public Sub New (Optional details As PaymentDetails = Nothing)
Parameters
- details
- PaymentDetails