Delen via


PaymentItem Constructors

Definitie

Overloads

PaymentItem()

Initialiseert een nieuw exemplaar van de PaymentItem klasse.

PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>)

Initialiseert een nieuw exemplaar van de PaymentItem klasse.

PaymentItem()

Initialiseert een nieuw exemplaar van de PaymentItem klasse.

public PaymentItem();
Public Sub New ()

Van toepassing op

PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>)

Initialiseert een nieuw exemplaar van de 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)

Parameters

label
String

Door mensen leesbare beschrijving van het item.

amount
PaymentCurrencyAmount

Geldbedrag voor het item.

pending
Nullable<Boolean>

Als deze optie is ingesteld op true, betekent deze vlag dat het veld voor de hoeveelheid niet definitief is.

Van toepassing op