Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 603 Bytes

paymentrequestcompletionstatus.md

File metadata and controls

30 lines (20 loc) · 603 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Payments.PaymentRequestCompletionStatus
winrt enum

PaymentRequestCompletionStatus

-description

An enumeration that describes whether or not the transaction completed successfully.

-enum-fields

-field Succeeded:0

Payment was successfully processed by the merchant.

-field Failed:1

Payment failed by the merchant.

-field Unknown:2

Unknown status provided by the merchant.

-remarks

-examples

-see-also