共用方式為


PaymentItem interface

警告

此 API 現已淘汰。

Bot Framework no longer supports payments

指出付款要求是什麼,以及要求的值

屬性

amount

專案的貨幣金額

label

專案的人類可讀描述

pending

當設定為 true 時,這個旗標表示金額欄位不是最終的。

屬性詳細資料

amount

專案的貨幣金額

amount: PaymentCurrencyAmount

屬性值

label

專案的人類可讀描述

label: string

屬性值

string

pending

當設定為 true 時,這個旗標表示金額欄位不是最終的。

pending: boolean

屬性值

boolean