PaymentDetailsModifier 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 details that modify the PaymentDetails based on payment method identifier.
[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentDetailsModifier
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentDetailsModifier = class
Public Class PaymentDetailsModifier
- Inheritance
-
PaymentDetailsModifier
- Attributes
Constructors
PaymentDetailsModifier() |
Initializes a new instance of the PaymentDetailsModifier class. |
PaymentDetailsModifier(IList<String>, PaymentItem, IList<PaymentItem>, Object) |
Initializes a new instance of the PaymentDetailsModifier class. |
Properties
AdditionalDisplayItems |
Gets or sets provides additional display items that are appended to the displayItems field in the PaymentDetails dictionary for the payment method identifiers in the supportedMethods field. |
Data |
Gets or sets a JSON-serializable object that provides optional information that might be needed by the supported payment methods. |
SupportedMethods |
Gets or sets contains a sequence of payment method identifiers. |
Total |
Gets or sets this value overrides the total field in the PaymentDetails dictionary for the payment method identifiers in the supportedMethods field. |