PaymentDetails Class

Definition

Caution

Bot Framework no longer supports payments.

Provides information about the requested transaction.

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

Constructors

PaymentDetails()

Initializes a new instance of the PaymentDetails class.

PaymentDetails(PaymentItem, IList<PaymentItem>, IList<PaymentShippingOption>, IList<PaymentDetailsModifier>, String)

Initializes a new instance of the PaymentDetails class.

Properties

DisplayItems

Gets or sets contains line items for the payment request that the user agent may display.

Error

Gets or sets error description.

Modifiers

Gets or sets contains modifiers for particular payment method identifiers.

ShippingOptions

Gets or sets a sequence containing the different shipping options for the user to choose from.

Total

Gets or sets contains the total amount of the payment request.

Applies to