Freigeben über


PaymentCurrencyAmount Klasse

Definition

Diese Klasse beschreibt einen Währungswert, der einem Kauf zugeordnet ist. Beispielsweise Gebühren oder Rabatte. Diese Klasse gibt das W3C PaymentCurrencyAmount-Wörterbuch an.

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
Vererbung
Object Platform::Object IInspectable PaymentCurrencyAmount
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Konstruktoren

PaymentCurrencyAmount(String, String)

Erstellt ein neues PaymentCurrencyAmount-Objekt .

PaymentCurrencyAmount(String, String, String)

Erstellt ein neues PaymentCurrencyAmount-Objekt.

Eigenschaften

Currency

Der Währungsbezeichner.

CurrencySystem

Das Währungssystem.

Value

Der Geldwert.

Gilt für: