Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 861 Bytes

paymentcanmakepaymentresultstatus.md

File metadata and controls

42 lines (28 loc) · 861 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Payments.PaymentCanMakePaymentResultStatus
winrt enum

Windows.ApplicationModel.Payments.PaymentCanMakePaymentResultStatus

-description

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

-enum-fields

-field Yes:1

Yes, a payment can be made.

-field UserNotSignedIn:4

The user is not signed in.

-field Unknown:0

There's an unknown reason.

-field SpecifiedPaymentMethodIdsNotSupported:5

The specified payment method is not supported.

-field NotAllowed:3

The payment is not allowed.

-field NoQualifyingCardOnFile:6

There is no qualifying card on file.

-field No:2

No.

-remarks

-see-also

-examples