PaymentRequestComplete Class
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.
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
PaymentRequestComplete() |
Initializes a new instance of the PaymentRequestComplete class. |
PaymentRequestComplete(String, PaymentRequest, PaymentResponse) |
Initializes a new instance of the PaymentRequestComplete class. |
Properties
Id |
Gets or sets payment request ID. |
PaymentRequest |
Gets or sets initial payment request. |
PaymentResponse |
Gets or sets corresponding payment response. |