Freigeben über


PaymentToken Klasse

Definition

Eine Klasse, die Details zu einem Zahlungstoken enthält.

public ref class PaymentToken sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.ApplicationModel.Payments.IPaymentTokenFactory, 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 PaymentToken final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.ApplicationModel.Payments.IPaymentTokenFactory), 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 PaymentToken
function PaymentToken(paymentMethodId, jsonDetails)
Public NotInheritable Class PaymentToken
Vererbung
Object Platform::Object IInspectable PaymentToken
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

PaymentToken(String)

Erstellt ein neues PaymentToken-Objekt .

PaymentToken(String, String)

Erstellt ein PaymentToken-Objekt .

Eigenschaften

JsonDetails

Details des Zahlungstokens. Diese enthält die Informationen, die der Händler zum Verarbeiten der Zahlung verwendet. Das Format der Daten hängt von der verwendeten Zahlungsmethode ab. Wenn beispielsweise die Basic Card Payment-Methode verwendet wird, muss diese Daten enthalten, die dem Wörterbuchtyp BasicCardResponse entsprechen.

PaymentMethodId

Die Zahlungsmethoden-ID.

Gilt für: