PaymentItem Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PaymentItem() | |
PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>) |
PaymentItem()
public PaymentItem ();
Public Sub New ()
Gilt für:
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)
Parameter
- label
- String
- amount
- PaymentCurrencyAmount