PaymentDetails 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.
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. |