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

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

Fields

No 2

No.

NoQualifyingCardOnFile 6

There is no qualifying card on file.

NotAllowed 3

The payment is not allowed.

SpecifiedPaymentMethodIdsNotSupported 5

The specified payment method is not supported.

Unknown 0

There's an unknown reason.

UserNotSignedIn 4

The user is not signed in.

Yes 1

Yes, a payment can be made.

Applies to