PaymentItem 类

定义

注意

Bot Framework no longer supports payments.

指示付款请求的用途和要求的值。

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

构造函数

PaymentItem()
已过时.

初始化 PaymentItem 类的新实例。

PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>)
已过时.

初始化 PaymentItem 类的新实例。

属性

Amount
已过时.

获取或设置项的货币金额。

Label
已过时.

获取或设置项的可读说明。

Pending
已过时.

当设置为 true 时,获取或设置此标志表示 amount 字段不是最终的。

适用于