다음을 통해 공유


PaymentCurrencyAmount 클래스

정의

이 클래스는 구매와 관련된 통화 값을 설명합니다. 예를 들어 요금 또는 할인이 있습니다. 이 클래스는 W3C PaymentCurrencyAmount 사전을 반영합니다.

public ref class PaymentCurrencyAmount sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.ApplicationModel.Payments.IPaymentCurrencyAmountFactory, 262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PaymentCurrencyAmount final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.ApplicationModel.Payments.IPaymentCurrencyAmountFactory), 262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PaymentCurrencyAmount
function PaymentCurrencyAmount(value, currency, currencySystem)
Public NotInheritable Class PaymentCurrencyAmount
상속
Object Platform::Object IInspectable PaymentCurrencyAmount
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

생성자

PaymentCurrencyAmount(String, String)

PaymentCurrencyAmount 개체를 만듭니다.

PaymentCurrencyAmount(String, String, String)

새 PaymentCurrencyAmount 개체를 만듭니다.

속성

Currency

통화 식별자입니다.

CurrencySystem

통화 시스템입니다.

Value

통화 값입니다.

적용 대상