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진수 통화 값을 가져오거나 설정합니다.

적용 대상