PaymentItem Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
PaymentItem() | |
PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>) |
PaymentItem()
public PaymentItem ();
Public Sub New ()
Van toepassing op
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)
Parameters
- label
- String
- amount
- PaymentCurrencyAmount