共用方式為


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

屬性值