PaymentCurrencyAmount Constructors

Definition

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.

Applies to