PaymentCurrencyAmount Class
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.
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. |