Freigeben über


PaymentItem Konstruktoren

Definition

Überlädt

PaymentItem()

Initialisiert eine neue Instanz der PaymentItem-Klasse.

PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>)

Initialisiert eine neue Instanz der PaymentItem-Klasse.

PaymentItem()

Initialisiert eine neue Instanz der PaymentItem-Klasse.

public PaymentItem ();
Public Sub New ()

Gilt für:

PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>)

Initialisiert eine neue Instanz der PaymentItem-Klasse.

public PaymentItem (string label = default, Microsoft.Bot.Schema.PaymentCurrencyAmount amount = default, bool? pending = default);
new Microsoft.Bot.Schema.PaymentItem : string * Microsoft.Bot.Schema.PaymentCurrencyAmount * Nullable<bool> -> Microsoft.Bot.Schema.PaymentItem
Public Sub New (Optional label As String = Nothing, Optional amount As PaymentCurrencyAmount = Nothing, Optional pending As Nullable(Of Boolean) = Nothing)

Parameter

label
String

Lesbare Beschreibung des Elements.

amount
PaymentCurrencyAmount

Geldbetrag für den Artikel.

pending
Nullable<Boolean>

Wenn dieser Wert auf TRUE festgelegt ist, bedeutet dieses Flag, dass das Betragsfeld nicht endgültig ist.

Gilt für: