PaymentDetailsModifier interface
警告
此 API 現已淘汰。
Bot Framework no longer supports payments
提供根據付款方式標識碼修改PaymentDetails的詳細數據
屬性
additional |
針對 supportedMethods 欄位中的付款方式識別碼,提供附加至 PaymentDetails 字典中 displayItems 欄位的其他顯示專案 |
data | JSON 可串行化物件,提供支援的付款方式可能需要的選擇性資訊 |
supported |
包含一連串的付款方式標識碼 |
total | 此值會針對 supportedMethods 欄位中的付款方式識別碼覆寫 PaymentDetails 字典中的總計欄位 |
屬性詳細資料
additionalDisplayItems
針對 supportedMethods 欄位中的付款方式識別碼,提供附加至 PaymentDetails 字典中 displayItems 欄位的其他顯示專案
additionalDisplayItems: PaymentItem[]
屬性值
data
JSON 可串行化物件,提供支援的付款方式可能需要的選擇性資訊
data: any
屬性值
any
supportedMethods
包含一連串的付款方式標識碼
supportedMethods: string[]
屬性值
string[]