PaymentCurrencyAmount クラス

定義

注意事項

Bot Framework no longer supports payments.

金額を提供します。

[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
継承
PaymentCurrencyAmount
属性

コンストラクター

PaymentCurrencyAmount()
古い.

PaymentCurrencyAmount クラスの新しいインスタンスを初期化します。

PaymentCurrencyAmount(String, String, String)
古い.

PaymentCurrencyAmount クラスの新しいインスタンスを初期化します。

プロパティ

Currency
古い.

通貨識別子を取得または設定します。

CurrencySystem
古い.

通貨システムを取得または設定します。

Value
古い.

10 進数の通貨値を取得または設定します。

適用対象