PaymentItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PaymentItem() |
Initializes a new instance of the PaymentItem class. |
PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>) |
Initializes a new instance of the PaymentItem class. |
PaymentItem()
Initializes a new instance of the PaymentItem class.
public PaymentItem ();
Public Sub New ()
Applies to
PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>)
Initializes a new instance of the PaymentItem class.
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
Human-readable description of the item.
- amount
- PaymentCurrencyAmount
Monetary amount for the item.