共用方式為


PaymentDetails 類別

定義

警告

Bot Framework no longer supports payments.

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

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

建構函式

PaymentDetails()
已淘汰.

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

PaymentDetails(PaymentItem, IList<PaymentItem>, IList<PaymentShippingOption>, IList<PaymentDetailsModifier>, String)
已淘汰.

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

屬性

DisplayItems
已淘汰.

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

Error
已淘汰.

取得或設定錯誤描述。

Modifiers
已淘汰.

取得或設定包含特定付款條件識別碼的修飾詞。

ShippingOptions
已淘汰.

取得或設定序列,其中包含要供使用者選擇的不同出貨選項。

Total
已淘汰.

取得或設定包含付款要求的總金額。

適用於