PaymentRequestComplete Class

Definition

Caution

Bot Framework no longer supports payments.

Payload delivered when completing a payment request.

[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentRequestComplete
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentRequestComplete = class
Public Class PaymentRequestComplete
Inheritance
PaymentRequestComplete
Attributes

Constructors

Name Description
PaymentRequestComplete()

Initializes a new instance of the PaymentRequestComplete class.

PaymentRequestComplete(String, PaymentRequest, PaymentResponse)

Initializes a new instance of the PaymentRequestComplete class.

Properties

Name Description
Id

Gets or sets payment request ID.

PaymentRequest

Gets or sets initial payment request.

PaymentResponse

Gets or sets corresponding payment response.

Applies to