PaymentCurrencyAmount Class

Definition

Caution

Bot Framework no longer supports payments.

Supplies monetary amounts.

[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentCurrencyAmount
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentCurrencyAmount = class
Public Class PaymentCurrencyAmount
Inheritance
PaymentCurrencyAmount
Attributes

Constructors

PaymentCurrencyAmount()

Initializes a new instance of the PaymentCurrencyAmount class.

PaymentCurrencyAmount(String, String, String)

Initializes a new instance of the PaymentCurrencyAmount class.

Properties

Currency

Gets or sets a currency identifier.

CurrencySystem

Gets or sets currency system.

Value

Gets or sets decimal monetary value.

Applies to