PaymentItem Konstruktoren

Definition

Überlädt

Name Beschreibung
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

Menschlich lesbare Beschreibung des Gegenstands.

amount
PaymentCurrencyAmount

Geldbetrag für den Gegenstand.

pending
Nullable<Boolean>

Wenn diese Kennzeichnung auf "true" festgelegt ist, bedeutet dies, dass das Feld "Betrag" nicht abgeschlossen ist.

Gilt für: