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() | |
PaymentCurrencyAmount(String, String, String) |
PaymentCurrencyAmount()
public PaymentCurrencyAmount ();
Public Sub New ()
Applies to
PaymentCurrencyAmount(String, String, String)
public PaymentCurrencyAmount (string currency = default, string value = default, string currencySystem = default);
new Microsoft.Bot.Connector.PaymentCurrencyAmount : string * string * string -> Microsoft.Bot.Connector.PaymentCurrencyAmount
Public Sub New (Optional currency As String = Nothing, Optional value As String = Nothing, Optional currencySystem As String = Nothing)
Parameters
- currency
- String
- value
- String
- currencySystem
- String