Partager via


PaymentCanMakePaymentResultStatus Énumération

Définition

Cette énumération représente le résultat de la requête pour savoir si un paiement peut être effectué.

public enum class PaymentCanMakePaymentResultStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class PaymentCanMakePaymentResultStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum PaymentCanMakePaymentResultStatus
var value = Windows.ApplicationModel.Payments.PaymentCanMakePaymentResultStatus.unknown
Public Enum PaymentCanMakePaymentResultStatus
Héritage
PaymentCanMakePaymentResultStatus
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v5.0)

Champs

No 2

Non.

NoQualifyingCardOnFile 6

Il n’existe aucune carte éligible dans le fichier.

NotAllowed 3

Le paiement n’est pas autorisé.

SpecifiedPaymentMethodIdsNotSupported 5

Le mode de paiement spécifié n’est pas pris en charge.

Unknown 0

Il y a une raison inconnue.

UserNotSignedIn 4

L’utilisateur n’est pas connecté.

Yes 1

Oui, un paiement peut être effectué.

S’applique à