PaymentMethodData 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.
Indicates a set of supported payment methods and any associated payment method specific data for those methods.
[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentMethodData
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentMethodData = class
Public Class PaymentMethodData
- Inheritance
-
PaymentMethodData
- Attributes
Constructors
PaymentMethodData() |
Initializes a new instance of the PaymentMethodData class. |
PaymentMethodData(IList<String>, Object) |
Initializes a new instance of the PaymentMethodData class. |
Properties
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 required sequence of strings containing payment method identifiers for payment methods that the merchant web site accepts. |