Freigeben über


PaymentResponse Klasse

Definition

Eine Klasse, die die Zahlungsantwort enthält. Diese Klasse spiegelt die W3C PaymentResponse-Schnittstelle wider.

public ref class PaymentResponse sealed
/// [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 PaymentResponse final
[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 PaymentResponse
Public NotInheritable Class PaymentResponse
Vererbung
Object Platform::Object IInspectable PaymentResponse
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)

Hinweise

Ein Objekt dieses Klassentyps wird erstellt und über die PaymentRequestSubmitResult.Response-Eigenschaft abgerufen.

Eigenschaften

PayerEmail

Die E-Mail-Adresse des Zahlers.

PayerName

Der Name des Zahlers.

PayerPhoneNumber

Die Telefonnummer des Zahlers.

PaymentToken

Das Zahlungstoken.

ShippingAddress

Die Lieferadresse.

ShippingOption

Die Versandoption

Methoden

CompleteAsync(PaymentRequestCompletionStatus)

Schließt eine Zahlungsantwort ab.

Gilt für: