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
已过时.

获取或设置此付款请求的 ID。

MethodData
已过时.

获取或设置此请求允许的付款方式。

Options
已过时.

获取或设置提供有关付款请求所需选项的信息。

适用于