共用方式為


PaymentDetails interface

警告

此 API 現已淘汰。

Bot Framework no longer supports payments

提供所要求交易的相關資訊

屬性

displayItems

包含使用者代理程式可能會顯示之付款要求的明細專案

error

錯誤描述

modifiers

包含特定付款條件識別碼的修飾詞

shippingOptions

序列,包含使用者從中選擇的不同出貨選項

total

包含付款要求的總金額

屬性詳細資料

displayItems

包含使用者代理程式可能會顯示之付款要求的明細專案

displayItems: PaymentItem[]

屬性值

error

錯誤描述

error: string

屬性值

string

modifiers

包含特定付款條件識別碼的修飾詞

modifiers: PaymentDetailsModifier[]

屬性值

shippingOptions

序列,包含使用者從中選擇的不同出貨選項

shippingOptions: PaymentShippingOption[]

屬性值

total

包含付款要求的總金額

total: PaymentItem

屬性值