PaymentItem 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
PaymentItem() | |
PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>) |
PaymentItem()
public PaymentItem ();
Public Sub New ()
适用于
PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>)
public PaymentItem (string label = default, Microsoft.Bot.Connector.PaymentCurrencyAmount amount = default, bool? pending = default);
new Microsoft.Bot.Connector.PaymentItem : string * Microsoft.Bot.Connector.PaymentCurrencyAmount * Nullable<bool> -> Microsoft.Bot.Connector.PaymentItem
Public Sub New (Optional label As String = Nothing, Optional amount As PaymentCurrencyAmount = Nothing, Optional pending As Nullable(Of Boolean) = Nothing)
参数
- label
- String
- amount
- PaymentCurrencyAmount