PaymentMethodData Class

Definition

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.

Applies to