PaymentCurrencyAmount 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
PaymentCurrencyAmount() |
Initializes a new instance of the PaymentCurrencyAmount class. |
PaymentCurrencyAmount(String, String, String) |
Initializes a new instance of the PaymentCurrencyAmount class. |
PaymentCurrencyAmount()
Initializes a new instance of the PaymentCurrencyAmount class.
public PaymentCurrencyAmount ();
Public Sub New ()
Applies to
PaymentCurrencyAmount(String, String, String)
Initializes a new instance of the PaymentCurrencyAmount class.
public PaymentCurrencyAmount (string currency = default, string value = default, string currencySystem = default);
new Microsoft.Bot.Schema.PaymentCurrencyAmount : string * string * string -> Microsoft.Bot.Schema.PaymentCurrencyAmount
Public Sub New (Optional currency As String = Nothing, Optional value As String = Nothing, Optional currencySystem As String = Nothing)
Parameters
- currency
- String
A currency identifier.
- value
- String
Decimal monetary value.
- currencySystem
- String
Currency system.