共用方式為


PaymentRequestComplete 類別

定義

警告

Bot Framework no longer supports payments.

完成付款要求時所傳遞的承載。

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

建構函式

PaymentRequestComplete()
已淘汰.

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

PaymentRequestComplete(String, PaymentRequest, PaymentResponse)
已淘汰.

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

屬性

Id
已淘汰.

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

PaymentRequest
已淘汰.

取得或設定初始付款要求。

PaymentResponse
已淘汰.

取得或設定對應的付款回應。

適用於