Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 698 Bytes

paymentmediator_canmakepaymentasync_2038017003.md

File metadata and controls

27 lines (18 loc) · 698 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Payments.PaymentMediator.CanMakePaymentAsync(Windows.ApplicationModel.Payments.PaymentRequest)
winrt method

Windows.ApplicationModel.Payments.PaymentMediator.CanMakePaymentAsync

-description

This method checks if a payment can be made on the paymentRequest.

-parameters

-param paymentRequest

The payment request to check.

-returns

Returns an asynchronous operation that completes with a bool indicating whether a payment can be made.

-remarks

-see-also

-examples