PaymentMethodData interface

警告

现已弃用此 API。

Bot Framework no longer supports payments

指示一组受支持的付款方式以及这些方法的任何关联付款方式特定数据

属性

data

一个 JSON 可序列化对象,提供受支持付款方式可能需要的可选信息

supportedMethods

包含商家网站接受的付款方式的付款方式标识符的必需字符串序列

属性详细信息

data

一个 JSON 可序列化对象,提供受支持付款方式可能需要的可选信息

data: any

属性值

any

supportedMethods

包含商家网站接受的付款方式的付款方式标识符的必需字符串序列

supportedMethods: string[]

属性值

string[]