Partager via


PaymentResponse Classe

Définition

Classe qui contient la réponse de paiement. Cette classe reflète l’interface W3C PaymentResponse.

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
Héritage
Object Platform::Object IInspectable PaymentResponse
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)

Remarques

Un objet de ce type de classe est créé et récupéré via la propriété PaymentRequestSubmitResult.Response .

Propriétés

PayerEmail

E-mail du donneur d’ordre.

PayerName

Nom du payeur.

PayerPhoneNumber

Numéro de téléphone du donneur d’ordre.

PaymentToken

Jeton de paiement.

ShippingAddress

Adresse d’expédition.

ShippingOption

L’option d’expédition

Méthodes

CompleteAsync(PaymentRequestCompletionStatus)

Termine une réponse de paiement.

S’applique à