Share via


PaymentCanMakePaymentResultStatus Enum

Definition

This enumeration represents the result of querying whether a payment can be made.

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
Inheritance
PaymentCanMakePaymentResultStatus
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Fields

Name Value Description
Unknown 0

There's an unknown reason.

Yes 1

Yes, a payment can be made.

No 2

No.

NotAllowed 3

The payment is not allowed.

UserNotSignedIn 4

The user is not signed in.

SpecifiedPaymentMethodIdsNotSupported 5

The specified payment method is not supported.

NoQualifyingCardOnFile 6

There is no qualifying card on file.

Applies to