PaymentMethodData interface
Warning
This API is now deprecated.
Bot Framework no longer supports payments
Indicates a set of supported payment methods and any associated payment method specific data for those methods
Properties
data | A JSON-serializable object that provides optional information that might be needed by the supported payment methods |
supported |
Required sequence of strings containing payment method identifiers for payment methods that the merchant web site accepts |
Property Details
data
A JSON-serializable object that provides optional information that might be needed by the supported payment methods
data: any
Property Value
any
supportedMethods
Required sequence of strings containing payment method identifiers for payment methods that the merchant web site accepts
supportedMethods: string[]
Property Value
string[]