PaymentRequestUpdate Class

Definition

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.

Applies to