共用方式為


PaymentRequest 類別

定義

警告

Bot Framework no longer supports payments.

提出付款的要求。

[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentRequest
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentRequest = class
Public Class PaymentRequest
繼承
PaymentRequest
屬性

建構函式

PaymentRequest()
已淘汰.

初始化 PaymentRequest 類別的新執行個體。

PaymentRequest(String, IList<PaymentMethodData>, PaymentDetails, PaymentOptions, String)
已淘汰.

初始化 PaymentRequest 類別的新執行個體。

欄位

PaymentActionType
已淘汰.

付款動作的動作類型。

PaymentContentType
已淘汰.

付款卡的內容類型。

屬性

Details
已淘汰.

取得或設定此要求的詳細資料。

Expires
已淘汰.

以 ISO 8601 持續時間格式取得或設定此要求的到期時間 (,例如 'P1D') 。

Id
已淘汰.

取得或設定此付款要求的識別碼。

MethodData
已淘汰.

取得或設定此要求的允許付款條件。

Options
已淘汰.

取得或設定提供付款要求所需選項的相關資訊。

適用於