共用方式為


PaymentRequest interface

警告

此 API 現已淘汰。

Bot Framework no longer supports payments

提出付款的要求

屬性

details

此要求的詳細數據

expires

此要求的到期日,格式為 ISO 8601 持續時間格式(例如 'P1D')

id

此付款要求的標識碼

methodData

此要求的允許付款方式

options

提供付款要求所需選項的相關信息

屬性詳細資料

details

此要求的詳細數據

details: PaymentDetails

屬性值

expires

此要求的到期日,格式為 ISO 8601 持續時間格式(例如 'P1D')

expires: string

屬性值

string

id

此付款要求的標識碼

id: string

屬性值

string

methodData

此要求的允許付款方式

methodData: PaymentMethodData[]

屬性值

options

提供付款要求所需選項的相關信息

options: PaymentOptions

屬性值