PaymentRequestUpdate 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.
An update to a payment request.
[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentRequestUpdate
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentRequestUpdate = class
Public Class PaymentRequestUpdate
- Inheritance
-
PaymentRequestUpdate
- Attributes
Constructors
PaymentRequestUpdate() |
Initializes a new instance of the PaymentRequestUpdate class. |
PaymentRequestUpdate(String, PaymentDetails, PaymentAddress, String) |
Initializes a new instance of the PaymentRequestUpdate class. |
Properties
Details |
Gets or sets update payment details. |
Id |
Gets or sets ID for the payment request to update. |
ShippingAddress |
Gets or sets updated shipping address. |
ShippingOption |
Gets or sets updated shipping options. |