PaymentRequestComplete 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
PaymentRequestComplete() |
Initializes a new instance of the PaymentRequestComplete class. |
PaymentRequestComplete(String, PaymentRequest, PaymentResponse) |
Initializes a new instance of the PaymentRequestComplete class. |
PaymentRequestComplete()
Initializes a new instance of the PaymentRequestComplete class.
public PaymentRequestComplete ();
Public Sub New ()
Applies to
PaymentRequestComplete(String, PaymentRequest, PaymentResponse)
Initializes a new instance of the PaymentRequestComplete class.
public PaymentRequestComplete (string id = default, Microsoft.Bot.Schema.PaymentRequest paymentRequest = default, Microsoft.Bot.Schema.PaymentResponse paymentResponse = default);
new Microsoft.Bot.Schema.PaymentRequestComplete : string * Microsoft.Bot.Schema.PaymentRequest * Microsoft.Bot.Schema.PaymentResponse -> Microsoft.Bot.Schema.PaymentRequestComplete
Public Sub New (Optional id As String = Nothing, Optional paymentRequest As PaymentRequest = Nothing, Optional paymentResponse As PaymentResponse = Nothing)
Parameters
- id
- String
Payment request ID.
- paymentRequest
- PaymentRequest
Initial payment request.
- paymentResponse
- PaymentResponse
Corresponding payment response.